Add a suffix (.conf) to configuration files.
This commit is contained in:
parent
71fd085504
commit
08ea23dd7d
|
@ -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:
|
||||||
|
|
Reference in New Issue