8 lines
191 B
YAML
8 lines
191 B
YAML
---
|
|
- 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
|