remove conditional; update meta

This commit is contained in:
Chris Hammer 2024-07-26 13:40:21 -04:00
parent 0fb6fe9413
commit 584b849173
2 changed files with 4 additions and 7 deletions

View File

@ -10,5 +10,3 @@
- name: Include the backup role - name: Include the backup role
ansible.builtin.include_role: ansible.builtin.include_role:
name: ../roles/rear_backup name: ../roles/rear_backup
when:
- not rear_backup_skip | default(false) | bool

View File

@ -1,7 +1,6 @@
galaxy_info: galaxy_info:
author: your name author: Chris Hammer
description: your role description description: We do stuff
company: your company (optional)
# If the issue tracker for your role is not on github, uncomment the # If the issue tracker for your role is not on github, uncomment the
# next line and provide a value # next line and provide a value
@ -14,9 +13,9 @@ galaxy_info:
# - GPL-3.0-only # - GPL-3.0-only
# - Apache-2.0 # - Apache-2.0
# - CC-BY-4.0 # - CC-BY-4.0
license: license (GPL-2.0-or-later, MIT, etc) license: GPL-2.0-or-later
min_ansible_version: 2.1 min_ansible_version: '2.14'
# If this a Container Enabled role, provide the minimum Ansible Container version. # If this a Container Enabled role, provide the minimum Ansible Container version.
# min_ansible_container_version: # min_ansible_container_version: