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 c8ba8d0 commit c0dff50Copy full SHA for c0dff50
multinode-app.yml
@@ -28,7 +28,11 @@
28
- block:
29
# Install the ansible requirements
30
- name: Install ansible requirements
31
- command: ansible-galaxy collection install ansible.posix && ansible-galaxy install -r ansible/requirements.yml
+ command: ansible-galaxy install -r ansible/requirements.yml
32
+
33
+ # Install the ansible requirements
34
+ - name: Install ansible requirements
35
+ command: ansible-galaxy collection install ansible.posix
36
37
# - name: Deploy ansible playbook manually
38
# command: ansible-playbook -i ansible/inventory.yml ansible/configure-hosts.yml
0 commit comments