major refactoring
This commit is contained in:
7
roles/config/handlers/main.yml
Normal file
7
roles/config/handlers/main.yml
Normal file
@@ -0,0 +1,7 @@
|
||||
---
|
||||
- name: "config: Apply rpm-ostree changes live"
|
||||
ansible.builtin.command:
|
||||
cmd: rpm-ostree ex apply-live
|
||||
become: yes
|
||||
ignore_errors: yes
|
||||
when: config_rpm_ostree_applyLive | bool
|
||||
Reference in New Issue
Block a user