From ab8896ba6d50f8874d93f184486559a114b09a9d Mon Sep 17 00:00:00 2001 From: Emilien Mantel Date: Thu, 2 Sep 2021 13:59:18 +0200 Subject: [PATCH] Add ansible.posix dependency --- .travis.yml | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.travis.yml b/.travis.yml index e1e9c4b..bea503c 100644 --- a/.travis.yml +++ b/.travis.yml @@ -34,7 +34,7 @@ before_install: install: - sudo pip install "ansible-core$ANSIBLE_VERSION" - sudo pip install ansible-lint - - ansible-galaxy collection install community.general community.mysql community.crypto + - ansible-galaxy collection install community.general community.mysql community.crypto ansible.posix script: - VAGRANT_DEFAULT_PROVIDER=docker vagrant up $PLATFORM diff --git a/README.md b/README.md index 7e1f360..6e49cfb 100644 --- a/README.md +++ b/README.md @@ -24,7 +24,7 @@ Requirements ------------ - Ansible >=2.11 -- Collections: community.general / community.mysql / community.crypto +- Collections: community.general / community.mysql / community.crypto / ansible.posix Role Variables --------------