Skip to content

Commit 3bc9034

Browse files
committed
Fix yamllint issues
1 parent 9128e5b commit 3bc9034

File tree

2 files changed

+4
-3
lines changed

2 files changed

+4
-3
lines changed

printserver.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
---
2-
# cups role will not be run, as we are currently managing it by hand until we switch to a containerized environment
2+
# cups role will not be run, as we are currently managing it by hand
3+
# until we switch to a containerized environment
34
- hosts: print
45
become: true
56
become_method: sudo

roles/papercut/meta/main.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
---
22
dependencies:
33
- { role: krb5_conf }
4-
# cups role is commented out because we are managing it by hand currently
5-
# - { role: cups }
4+
# cups role is commented out because we are managing it by hand currently
5+
# - { role: cups }
66
- { role: nslcd }

0 commit comments

Comments
 (0)