From d17537b24e09e26f908f5c4506cbe6e569ebe19a Mon Sep 17 00:00:00 2001 From: binary Date: Thu, 18 Mar 2021 18:29:46 +0100 Subject: Add community collection, and lxml in required tools --- requirements.yml | 8 ++++++++ roles/tools/vars/main.yml | 1 + 2 files changed, 9 insertions(+) create mode 100644 requirements.yml diff --git a/requirements.yml b/requirements.yml new file mode 100644 index 0000000..770b5b9 --- /dev/null +++ b/requirements.yml @@ -0,0 +1,8 @@ + +# ansible requirements and collections + +--- + +collections: + - name: community.general + source: https://galaxy.ansible.com diff --git a/roles/tools/vars/main.yml b/roles/tools/vars/main.yml index f2c0942..541955b 100644 --- a/roles/tools/vars/main.yml +++ b/roles/tools/vars/main.yml @@ -30,3 +30,4 @@ tools_pkgs: openbsd: - sshfs-fuse - wireguard-tools + - py3-lxml -- cgit v1.2.3