diff options
author | binary <me@rgoncalves.se> | 2021-03-18 18:29:46 +0100 |
---|---|---|
committer | binary <me@rgoncalves.se> | 2021-03-18 18:29:46 +0100 |
commit | d17537b24e09e26f908f5c4506cbe6e569ebe19a (patch) | |
tree | 16936c08f0c06e90ecbc71989302353090b5653d | |
parent | 6f64a1d233cdb2629ef1b9b3702854621247b7dc (diff) | |
download | infrastructure-d17537b24e09e26f908f5c4506cbe6e569ebe19a.tar.gz |
Add community collection, and lxml in required tools
-rw-r--r-- | requirements.yml | 8 | ||||
-rw-r--r-- | roles/tools/vars/main.yml | 1 |
2 files changed, 9 insertions, 0 deletions
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 |