We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa6fffc commit c8ba8d0Copy full SHA for c8ba8d0
multinode-app.yml
@@ -28,7 +28,7 @@
28
- block:
29
# Install the ansible requirements
30
- name: Install ansible requirements
31
- command: ansible-galaxy install -r ansible/requirements.yml
+ command: ansible-galaxy collection install ansible.posix && ansible-galaxy install -r ansible/requirements.yml
32
33
# - name: Deploy ansible playbook manually
34
# command: ansible-playbook -i ansible/inventory.yml ansible/configure-hosts.yml
0 commit comments