1
0
Fork 0
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:
A Holt 2018-10-28 12:27:21 -04:00 committed by GitHub
parent 3c44360101
commit 221de9f607
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

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