cups-client: Move to software submodule

This commit is contained in:
Timo Makinen 2021-09-01 14:39:29 +00:00
parent 3fb2006f4a
commit d9b2f1f912
2 changed files with 1 additions and 26 deletions

View file

@ -65,7 +65,7 @@
include_role:
name: "{{ role }}"
with_items:
- cups-client
- cups
- firefox
- git
- google-chrome

View file

@ -1,25 +0,0 @@
---
- name: install packages
package:
name: cups-client
state: installed
- name: create config directory
file:
path: /etc/cups
state: directory
mode: 0755
owner: root
group: "{{ ansible_wheel }}"
- name: create config
copy:
dest: /etc/cups/client.conf
content: |
ServerName print.{{ mail_domain }}:443
Encryption Required
TrustOnFirstUse No
ValidateCerts Yes
mode: 0644
owner: root
group: "{{ ansible_wheel }}"