major refactoring

This commit is contained in:
2022-01-18 23:48:56 +01:00
parent 034332b237
commit fe83fd37f0
40 changed files with 501 additions and 433 deletions

View File

@@ -1,17 +1,13 @@
---
- name: Reload rpm-ostree configuration
- name: "rpm-ostree: Reload rpm-ostree configuration"
ansible.builtin.command:
cmd: rpm-ostree reload
become: yes
- name: Enable rpm-ostree-automatic
- name: "rpm-ostree: Enable timer"
ansible.builtin.systemd:
name: rpm-ostreed-automatic.timer
state: started
enabled: yes
become: yes
- name: Reload systemd units
ansible.builtin.systemd:
daemon_reload: yes
become: yes