mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
Update main.yml
This commit is contained in:
parent
3c44360101
commit
221de9f607
1 changed files with 2 additions and 4 deletions
|
@ -1,10 +1,8 @@
|
||||||
# administer this service by browsing to localhost:631
|
# administer this service by browsing to localhost:631
|
||||||
- name: Get the CUPS package installed
|
- name: Install cups package
|
||||||
package:
|
package:
|
||||||
name: "{{ item }}"
|
name: cups
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
|
||||||
- cups
|
|
||||||
when: cups_install
|
when: cups_install
|
||||||
tags:
|
tags:
|
||||||
- download
|
- download
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue