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

Explain Ansible modules used w/ 4+1 packages {python3-*, virtualenv}

This commit is contained in:
root 2021-07-29 12:34:32 -04:00
parent 7427a71d08
commit 7a6f854a3f
6 changed files with 7 additions and 7 deletions

View file

@ -3,7 +3,7 @@
name:
- postgresql
- postgresql-client
- python3-psycopg2 # Moodle install fails without this
- python3-psycopg2 # For Ansible modules {postgresql_db, postgresql_user} in Ansible collection community.postgresql -- used in moodle/tasks/install.yml
state: present
- name: Install /etc/systemd/system/postgresql-iiab.service from template (0644 by default)