Robert Kaussow
52d9bd121e
All checks were successful
continuous-integration/drone/push Build is passing
Co-authored-by: Robert Kaussow <xoxys@rknet.org> Co-committed-by: Robert Kaussow <xoxys@rknet.org>
10 lines
170 B
YAML
10 lines
170 B
YAML
---
|
|
- name: Ensure cups service is up and running
|
|
service:
|
|
name: cups
|
|
state: started
|
|
daemon_reload: yes
|
|
enabled: yes
|
|
become: True
|
|
become_user: root
|