|
@@ -13,6 +13,12 @@
|
|
|
- name: pgAdmin4 package installed
|
|
|
shell: "pip install https://ftp.postgresql.org/pub/pgadmin/pgadmin4/v4.25/pip/pgadmin4-4.25-py3-none-any.whl"
|
|
|
|
|
|
+- name: Supervisor config file patched
|
|
|
+ patch:
|
|
|
+ src: supervisord.conf.patch
|
|
|
+ dest: /usr/local/etc/supervisord.conf
|
|
|
+ notify: Supervisor restarted
|
|
|
+
|
|
|
- name: pgAdmin4 config file installed
|
|
|
copy:
|
|
|
src: config_local.py
|