Add ansible.posix dependency

pull/44/head
Emilien Mantel 2021-09-02 13:59:18 +02:00
parent b2304adc7a
commit ab8896ba6d
2 changed files with 2 additions and 2 deletions

View File

@ -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

View File

@ -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
--------------