mirror of
https://github.com/iiab/iiab.git
synced 2025-03-09 15:40:17 +00:00
validate - prune postgresql
This commit is contained in:
parent
d08c6b1424
commit
dfe8c3d5fb
2 changed files with 2 additions and 6 deletions
|
@ -60,7 +60,6 @@
|
||||||
- mysql
|
- mysql
|
||||||
- squid
|
- squid
|
||||||
- dansguardian
|
- dansguardian
|
||||||
- postgresql
|
|
||||||
- cups
|
- cups
|
||||||
- samba
|
- samba
|
||||||
- usb_lib
|
- usb_lib
|
||||||
|
|
|
@ -296,11 +296,8 @@ dansguardian_install: False
|
||||||
dansguardian_enabled: False
|
dansguardian_enabled: False
|
||||||
|
|
||||||
# 2020-02-04: postgresql_install is completely ignored as PostgreSQL is
|
# 2020-02-04: postgresql_install is completely ignored as PostgreSQL is
|
||||||
# installed on demand as a dependency -- by Moodle &/or Pathagar -- but for now
|
# installed on demand as a dependency -- by Moodle &/or Pathagar
|
||||||
# we set fake value 'postgresql_install: True' so that
|
postgresql_install: False
|
||||||
# 'postgresql_installed is defined' input validation works, e.g. in
|
|
||||||
# 0-init/tasks/validate_vars.yml
|
|
||||||
postgresql_install: True
|
|
||||||
postgresql_enabled: False
|
postgresql_enabled: False
|
||||||
|
|
||||||
# Common UNIX Printing System (CUPS)
|
# Common UNIX Printing System (CUPS)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue