Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 8bb8868

Browse files
authored
Update apt-get clean and update to remove warn args (ansible-collections#859)
ansible-core 2.13 removed the args warn option.
1 parent 26b2a2a commit 8bb8868

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

roles/zabbix_server/tasks/Debian.yml

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -133,8 +133,6 @@
133133

134134
- name: apt-get clean
135135
shell: apt-get clean; apt-get update
136-
args:
137-
warn: false
138136
changed_when: false
139137
become: true
140138
tags:

0 commit comments

Comments
 (0)