[EVO] S'assurer que les paquets pipx sont dans le path

This commit is contained in:
2023-10-12 16:46:03 +02:00
committed by pulsar89.5
parent 4c9b9c2054
commit 56ae62915c
7 changed files with 82 additions and 28 deletions

13
handlers/main.yml Normal file
View File

@@ -0,0 +1,13 @@
---
# handlers file for ansible
- name: Apply installation
ansible.builtin.command:
argv:
- /usr/bin/rpm-ostree
- apply-live
become: true
- name: Redémarrer le système
ansible.builtin.reboot:
become: true