From 584b84917354de31a1710e5bd604dc15af07a790 Mon Sep 17 00:00:00 2001 From: Chris Hammer Date: Fri, 26 Jul 2024 13:40:21 -0400 Subject: [PATCH] remove conditional; update meta --- playbooks/rear_backup.yml | 2 -- roles/rear_backup/meta/main.yml | 9 ++++----- 2 files changed, 4 insertions(+), 7 deletions(-) diff --git a/playbooks/rear_backup.yml b/playbooks/rear_backup.yml index bb7306e..1a95ae4 100644 --- a/playbooks/rear_backup.yml +++ b/playbooks/rear_backup.yml @@ -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 diff --git a/roles/rear_backup/meta/main.yml b/roles/rear_backup/meta/main.yml index c572acc..99b0ea7 100644 --- a/roles/rear_backup/meta/main.yml +++ b/roles/rear_backup/meta/main.yml @@ -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: