1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

Messaging Clarifs

This commit is contained in:
A Holt 2017-11-05 02:50:08 -05:00 committed by GitHub
parent ec28fbc50e
commit 8b2f69d7b9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@
state=link
when: cups_enabled and is_debuntu
- name: Enable services for CUPS
- name: Enable services for CUPS (OS's other than Fedora 18)
service: name={{ item }}
state=started
enabled=yes
@ -31,7 +31,7 @@
- cups-browsed
when: cups_enabled and not is_F18
- name: Enable services for CUPS for Fedora 18 (XO laptops)
- name: Enable services for CUPS (Fedora 18, for XO laptops)
service: name=cups
state=started
enabled=yes
@ -41,7 +41,7 @@
shell: "cupsctl --remote-admin"
when: cups_enabled
- name: Disable services for CUPS
- name: Disable services for CUPS (OS's other than Fedora 18)
service: name={{ item }}
state=stopped
enabled=no
@ -50,7 +50,7 @@
- cups-browsed
when: not cups_enabled and not is_F18
- name: Disable services for CUPS for Fedora 18 (XO laptops)
- name: Disable services for CUPS (Fedora 18, for XO laptops)
service: name=cups
state=stopped
enabled=no