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

mv 3 python3-* pkgs FROM scripts/ansible TO roles {mysql, postsgresql, munin}

This commit is contained in:
root 2021-07-28 19:10:22 -04:00
parent a6acf8261c
commit e88c5df3df
4 changed files with 18 additions and 6 deletions

View file

@ -3,6 +3,7 @@
name:
- postgresql
- postgresql-client
- python3-psycopg2 # Moodle install fails without this
state: present
- name: Install /etc/systemd/system/postgresql-iiab.service from template (0644 by default)