Update ansible/update.yml, ansible/requirements.yml, ansible/main.yml
This commit is contained in:
@@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
become: yes
|
become: yes
|
||||||
|
|||||||
@@ -1,4 +1,3 @@
|
|||||||
---
|
|
||||||
collections:
|
collections:
|
||||||
- name: ansible.utils
|
- name: ansible.utils
|
||||||
- name: community.general
|
- name: community.general
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
---
|
|
||||||
- hosts: all
|
- hosts: all
|
||||||
gather_facts: yes
|
gather_facts: yes
|
||||||
become: yes
|
become: yes
|
||||||
roles:
|
roles:
|
||||||
- update
|
- update
|
||||||
|
|||||||
Reference in New Issue
Block a user