remove conditional; update meta
This commit is contained in:
parent
0fb6fe9413
commit
584b849173
@ -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
|
|
||||||
|
@ -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:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user