mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
Update main.yml
This commit is contained in:
parent
8f75d24dfa
commit
3196b933ff
1 changed files with 2 additions and 2 deletions
|
@ -31,7 +31,7 @@
|
|||
- cups-browsed
|
||||
when: cups_enabled and not is_F18
|
||||
|
||||
- name: Enable services for cups for xo's
|
||||
- name: Enable services for cups for XO laptops
|
||||
service: name=cups
|
||||
state=started
|
||||
enabled=yes
|
||||
|
@ -50,7 +50,7 @@
|
|||
- cups-browsed
|
||||
when: not cups_enabled and not is_F18
|
||||
|
||||
- name: Disable services for cups for xo's
|
||||
- name: Disable services for cups for XO laptops
|
||||
service: name=cups
|
||||
state=stopped
|
||||
enabled=no
|
||||
|
|
Loading…
Reference in a new issue