File tree Expand file tree Collapse file tree 1 file changed +13
-8
lines changed
Expand file tree Collapse file tree 1 file changed +13
-8
lines changed Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments