cups-client: Move to software submodule
This commit is contained in:
parent
3fb2006f4a
commit
d9b2f1f912
2 changed files with 1 additions and 26 deletions
|
@ -65,7 +65,7 @@
|
|||
include_role:
|
||||
name: "{{ role }}"
|
||||
with_items:
|
||||
- cups-client
|
||||
- cups
|
||||
- firefox
|
||||
- git
|
||||
- google-chrome
|
||||
|
|
|
@ -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 }}"
|
Loading…
Add table
Reference in a new issue