diff --git a/ansible/main.yml b/ansible/main.yml index 93039fc..e85f436 100644 --- a/ansible/main.yml +++ b/ansible/main.yml @@ -1,4 +1,3 @@ ---- - hosts: all gather_facts: yes become: yes diff --git a/ansible/requirements.yml b/ansible/requirements.yml index 0d176b4..976fd9b 100644 --- a/ansible/requirements.yml +++ b/ansible/requirements.yml @@ -1,4 +1,3 @@ ---- collections: - name: ansible.utils - name: community.general diff --git a/ansible/update.yml b/ansible/update.yml index 9cc93e9..05a919a 100644 --- a/ansible/update.yml +++ b/ansible/update.yml @@ -1,6 +1,5 @@ ---- - hosts: all gather_facts: yes become: yes roles: - - update \ No newline at end of file + - update