chore(ansible): Met à jour le chemin de l'application et supprime l'installation d'ACL inutile.
```
This commit is contained in:
Serreau Jovann
2025-09-27 13:31:49 +02:00
parent f8507a3435
commit 42f81f7b67
2 changed files with 1 additions and 8 deletions

View File

@@ -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

View File

@@ -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