Skip to content

Commit ceabfe2

Browse files
committed
Remove Ansible-galaxy install as it should be done by the requirements.
1 parent c0dff50 commit ceabfe2

File tree

1 file changed

+13
-8
lines changed

1 file changed

+13
-8
lines changed

multinode-app.yml

Lines changed: 13 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -25,14 +25,19 @@
2525

2626
- hosts: localhost
2727
tasks:
28-
- block:
29-
# Install the ansible requirements
30-
- name: Install ansible requirements
31-
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
28+
# - block:
29+
# # Install the ansible requirements
30+
# - name: Install ansible posix
31+
# command: ansible-galaxy collection install ansible.posix
32+
33+
# # Install the ansible requirements
34+
# - name: Install ansible community general
35+
# command: ansible-galaxy collection install community.general
36+
37+
# # Install the ansible requirements
38+
# - name: Install ansible requirements
39+
# command: ansible-galaxy install -r ansible/requirements.yml
40+
3641

3742
# - name: Deploy ansible playbook manually
3843
# command: ansible-playbook -i ansible/inventory.yml ansible/configure-hosts.yml

0 commit comments

Comments
 (0)