cellinfo
/
ansible.apt
Archived
2
0
Fork 0

Add a suffix (.conf) to configuration files.

This commit is contained in:
Jeremy Gardais 2017-08-18 11:18:30 +02:00
parent 71fd085504
commit 08ea23dd7d
5 changed files with 4 additions and 4 deletions

View File

@ -9,9 +9,9 @@
group: root group: root
mode: 0644 mode: 0644
with_items: with_items:
- "etc/apt/apt.conf.d/01autoremove" - "etc/apt/apt.conf.d/01autoremove.conf"
- "etc/apt/apt.conf.d/10general" - "etc/apt/apt.conf.d/10general.conf"
- "etc/apt/apt.conf.d/10periodic" - "etc/apt/apt.conf.d/10periodic.conf"
- name: CONFIG dpkg - name: CONFIG dpkg
template: template:
@ -21,7 +21,7 @@
group: root group: root
mode: 0644 mode: 0644
with_items: with_items:
- "etc/apt/apt.conf.d/20dpkg" - "etc/apt/apt.conf.d/20dpkg.conf"
- name: CONFIG purge default config - name: CONFIG purge default config
file: file: