xoxys.cups/tasks/post_tasks.yml
Robert Kaussow 52d9bd121e
All checks were successful
continuous-integration/drone/push Build is passing
feat: add test for Rocky Linux 8 (#1)
Co-authored-by: Robert Kaussow <xoxys@rknet.org>
Co-committed-by: Robert Kaussow <xoxys@rknet.org>
2021-12-12 16:47:55 +01:00

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