From 1101acbac9662aca31a33d8d16e9dc4156347bd2 Mon Sep 17 00:00:00 2001 From: DeveloperDurp Date: Sat, 5 Nov 2022 12:02:01 +0000 Subject: [PATCH] Update ansible/update.yml, ansible/requirements.yml, ansible/main.yml --- ansible/main.yml | 1 - ansible/requirements.yml | 1 - ansible/update.yml | 3 +-- 3 files changed, 1 insertion(+), 4 deletions(-) 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