Roll back for prepare to use shell

This commit is contained in:
Werner Dijkerman
2020-10-16 16:50:50 +02:00
parent a9e6a96183
commit 57fe305579

View File

@ -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'