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 69846b4 commit 1dce1b5Copy full SHA for 1dce1b5
multinode-app.yml
@@ -27,8 +27,8 @@
27
tasks:
28
- block:
29
# Install the ansible requirements
30
- - name: Install ansible requirements
31
- command: ansible-galaxy install -r ansible/requirements.yml
+ - name: Install ansible requirements
+ command: 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