From 00e2f33dfb81f26c04b8506cfe8bb362a81cd491 Mon Sep 17 00:00:00 2001 From: camille Date: Fri, 3 Mar 2023 17:14:22 +0100 Subject: [PATCH] ansible - add meta file --- meta/main.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 meta/main.yml diff --git a/meta/main.yml b/meta/main.yml new file mode 100644 index 0000000..8876589 --- /dev/null +++ b/meta/main.yml @@ -0,0 +1,9 @@ +--- +galaxy_info: + author: Ludovic Cartier + description: Install and configure backup softwares + company: brainsys + license: GPLv3 + min_ansible_version: 2.8 + issue_tracker_url: https://github.com/ludal13/ansible-role-backup/issues + github_branch: master