1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-03-09 15:40:17 +00:00

/etc/iiab/iiab.ini: install / enabled -> ROLE_install / ROLE_enabled

This commit is contained in:
root 2021-04-29 15:03:29 -04:00
parent 004134e0eb
commit a07a684d13
35 changed files with 128 additions and 54 deletions

View file

@ -8,6 +8,7 @@
src: cupsd.conf
dest: /etc/cups/cupsd.conf
# RECORD CUPS AS INSTALLED
- name: "Set 'cups_installed: True'"

View file

@ -47,7 +47,7 @@
value: CUPS
- option: description
value: '"CUPS (Common UNIX Printing System) is a modular printing system that allows a computer to act as a print server. A computer running CUPS is a host that can accept print jobs from client computers, process them, and send them to the appropriate printer."'
- option: install
- option: cups_install
value: "{{ cups_install }}"
- option: enabled
- option: cups_enabled
value: "{{ cups_enabled }}"