Use "false" instead of "0" to be more explicit

This commit is contained in:
Gregory Colpart 2017-06-17 20:10:32 +02:00
parent 5a28681700
commit 0d0937aa4e

View file

@ -14,8 +14,8 @@
state: present
mode: "0640"
with_items:
- "APT::Install-Recommends \"0\";"
- "APT::Install-Suggests \"0\";"
- "APT::Install-Recommends \"false\";"
- "APT::Install-Suggests \"false\";"
when: evolinux_apt_conf
- name: DPKg invoke hooks