cups: printers.conf changes too often; ignore it

master
Y 2019-03-03 19:01:50 +01:00
parent 972aff9ce7
commit 2c4c64a945
1 changed files with 7 additions and 0 deletions

View File

@ -10,6 +10,13 @@
msg: printer and scanner
### ⇐ UPSTREAM BEGIN ###
- name: ignore printers.conf, which almost changes on a daily basis
lineinfile:
path: /etc/.gitignore
regexp: "^/cups/printers.conf"
line: "/cups/printers.conf*"
insertafter: EOF
- name: install software
package:
name: "{{item}}"