We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9128e5b commit 3bc9034Copy full SHA for 3bc9034
printserver.yml
@@ -1,5 +1,6 @@
1
---
2
-# cups role will not be run, as we are currently managing it by hand until we switch to a containerized environment
+# cups role will not be run, as we are currently managing it by hand
3
+# until we switch to a containerized environment
4
- hosts: print
5
become: true
6
become_method: sudo
roles/papercut/meta/main.yml
@@ -1,6 +1,6 @@
dependencies:
- { role: krb5_conf }
-# cups role is commented out because we are managing it by hand currently
-# - { role: cups }
+ # cups role is commented out because we are managing it by hand currently
+ # - { role: cups }
- { role: nslcd }
0 commit comments