mirror of
https://github.com/HanXHX/ansible-mysql.git
synced 2026-04-15 14:12:10 +07:00
Add ansible.posix dependency
This commit is contained in:
@@ -34,7 +34,7 @@ before_install:
|
|||||||
install:
|
install:
|
||||||
- sudo pip install "ansible-core$ANSIBLE_VERSION"
|
- sudo pip install "ansible-core$ANSIBLE_VERSION"
|
||||||
- sudo pip install ansible-lint
|
- 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:
|
script:
|
||||||
- VAGRANT_DEFAULT_PROVIDER=docker vagrant up $PLATFORM
|
- VAGRANT_DEFAULT_PROVIDER=docker vagrant up $PLATFORM
|
||||||
|
|||||||
@@ -24,7 +24,7 @@ Requirements
|
|||||||
------------
|
------------
|
||||||
|
|
||||||
- Ansible >=2.11
|
- Ansible >=2.11
|
||||||
- Collections: community.general / community.mysql / community.crypto
|
- Collections: community.general / community.mysql / community.crypto / ansible.posix
|
||||||
|
|
||||||
Role Variables
|
Role Variables
|
||||||
--------------
|
--------------
|
||||||
|
|||||||
Reference in New Issue
Block a user