1
0
Fork 0
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:
A Holt 2017-10-27 02:43:56 -04:00 committed by GitHub
parent 8f75d24dfa
commit 3196b933ff

View file

@ -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