mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Messaging Clarifs
This commit is contained in:
parent
ec28fbc50e
commit
8b2f69d7b9
1 changed files with 4 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue