Update ansible/update.yml, ansible/requirements.yml, ansible/main.yml

This commit is contained in:
2022-11-05 12:02:01 +00:00
parent 8d52bfcfc9
commit 1101acbac9
3 changed files with 1 additions and 4 deletions

View File

@@ -1,4 +1,3 @@
---
- hosts: all
gather_facts: yes
become: yes

View File

@@ -1,4 +1,3 @@
---
collections:
- name: ansible.utils
- name: community.general

View File

@@ -1,6 +1,5 @@
---
- hosts: all
gather_facts: yes
become: yes
roles:
- update
- update