From 0dd48b3c74e3c88123d1cf519413f5270d0eec3e Mon Sep 17 00:00:00 2001 From: Aaron Guise Date: Thu, 22 Aug 2024 15:15:14 +1200 Subject: [PATCH] feat: Beginning project :zap: --- README.md | 6 +++--- meta/main.yml | 14 +++++++------- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/README.md b/README.md index 384f0da..da77fb4 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ -%role_name% +automysqlbackup ========= -%role_description% +Install and configure AutoMySQLBackup with ansible. Requirements ------------ @@ -34,6 +34,6 @@ BSD Author Information ------------------ -%author_name% +Aaron Guise An optional section for the role authors to include contact information, or a website (HTML is not allowed). diff --git a/meta/main.yml b/meta/main.yml index ee2adad..33a9169 100644 --- a/meta/main.yml +++ b/meta/main.yml @@ -1,9 +1,9 @@ galaxy_info: - author: %author_name% - role_name: %role_name% - description: %role_description% - company: %company_name% - namespace: %namespace% + author: Aaron Guise + role_name: automysqlbackup + description: Install and configure AutoMySQLBackup with ansible. + company: Cybercinch Solutions + namespace: cybercinch # If the issue tracker for your role is not on github, uncomment the # next line and provide a value @@ -16,9 +16,9 @@ galaxy_info: # - GPL-3.0-only # - Apache-2.0 # - CC-BY-4.0 - license: license (GPL-2.0-or-later, MIT, etc) + license: MIT - min_ansible_version: 2.1 + min_ansible_version: "2.1" # If this a Container Enabled role, provide the minimum Ansible Container version. # min_ansible_container_version: