Fix base system configuration

This commit is contained in:
Francesco Antognazza
2023-02-03 16:59:22 +01:00
parent 676f7e2f3e
commit 11f97a8527
3 changed files with 7 additions and 9 deletions

View File

@@ -41,9 +41,7 @@
- name: Enable podman auto-update timer
become: true
become_user: containers
ansible.builtin.systemd:
scope: user
name: podman-auto-update.timer
enabled: yes
@@ -62,6 +60,6 @@
regex: "^#default_subnet*$"
line: 'default_subnet = "172.16.0.0/24"'
- name: Reboot
become: true
reboot:
#- name: Reboot
# become: true
# reboot: