```
✨ chore(ansible): Met à jour le chemin de l'application et supprime l'installation d'ACL inutile.
```
This commit is contained in:
@@ -1,2 +1,2 @@
|
||||
[webservers]
|
||||
127.0.0.1 ansible_connection=local ansible_python_interpreter=/usr/bin/python3 path=/var/www/mainframe/public
|
||||
127.0.0.1 ansible_connection=local ansible_python_interpreter=/usr/bin/python3 path=/var/www/mainframe/app
|
||||
|
||||
@@ -21,13 +21,6 @@
|
||||
webhook_token: "DPSuS00Ian6O0lQw-1aDQPkVB19so4AA5zaLN_nALs3fDGah1KSLBWys_CYpsc33PGIG"
|
||||
content: "Mise à jour du mainframe"
|
||||
|
||||
- name: Installer le support ACL pour corriger les permissions de 'become_user'
|
||||
ansible.builtin.apt:
|
||||
name: acl
|
||||
state: present
|
||||
update_cache: true
|
||||
when: ansible_os_family == "Debian"
|
||||
|
||||
- name: Installation des dépendances pour le module Ansible PostgreSQL
|
||||
ansible.builtin.apt:
|
||||
name: python3-psycopg2
|
||||
|
||||
Reference in New Issue
Block a user