remove conditional; update meta
This commit is contained in:
parent
0fb6fe9413
commit
584b849173
@ -10,5 +10,3 @@
|
||||
- name: Include the backup role
|
||||
ansible.builtin.include_role:
|
||||
name: ../roles/rear_backup
|
||||
when:
|
||||
- not rear_backup_skip | default(false) | bool
|
||||
|
@ -1,7 +1,6 @@
|
||||
galaxy_info:
|
||||
author: your name
|
||||
description: your role description
|
||||
company: your company (optional)
|
||||
author: Chris Hammer
|
||||
description: We do stuff
|
||||
|
||||
# If the issue tracker for your role is not on github, uncomment the
|
||||
# next line and provide a value
|
||||
@ -14,9 +13,9 @@ galaxy_info:
|
||||
# - GPL-3.0-only
|
||||
# - Apache-2.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.
|
||||
# min_ansible_container_version:
|
||||
|
Loading…
x
Reference in New Issue
Block a user