mirror of
https://github.com/dj-wasabi/ansible-telegraf.git
synced 2025-07-17 08:46:37 +00:00
Roll back for prepare to use shell
This commit is contained in:
@ -10,7 +10,7 @@
|
||||
- ansible_os_family == 'RedHat'
|
||||
|
||||
- name: "Apt get update"
|
||||
command: apt-get update && apt-get install -y python-apt
|
||||
shell: apt-get update && apt-get install -y python-apt
|
||||
when:
|
||||
- ansible_os_family == 'Debian'
|
||||
|
||||
|
Reference in New Issue
Block a user