From 8ef94a97989113196b28609e7296ebee6eac95c1 Mon Sep 17 00:00:00 2001 From: Ludovic Poujol Date: Thu, 14 Nov 2019 16:28:09 +0100 Subject: [PATCH] lxc: Allow this role to be called multiple times --- lxc/meta/main.yml | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 lxc/meta/main.yml diff --git a/lxc/meta/main.yml b/lxc/meta/main.yml new file mode 100644 index 00000000..f6af051d --- /dev/null +++ b/lxc/meta/main.yml @@ -0,0 +1,17 @@ +galaxy_info: + author: Evolix + description: Creation of LXC Containers + + issue_tracker_url: https://gitea.evolix.org/evolix/ansible-roles/issues + + license: GPLv2 + + min_ansible_version: 2.2 + + platforms: + - name: Debian + versions: + - stretch + - buster + +allow_duplicates: yes