Replaced self_service.sh with service.py

This commit is contained in:
2022-03-14 21:58:25 +01:00
parent cdca807aa0
commit e7f26fbf6f
6 changed files with 217 additions and 70 deletions

View File

@ -63,7 +63,7 @@
become: yes
community.postgresql.postgresql_user:
name: postgres
password: coolshit
password: "{{ psql_pass }}"
- name: Restart postgresql service
service:
name: postgresql