14 lines
233 B
YAML
14 lines
233 B
YAML
---
|
|
# 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
|