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

@ -7,5 +7,6 @@
- git
- nano
- python3
- acl
state: present

View File

@ -5,7 +5,6 @@
- cockpit
- cockpit-bridge
- cockpit-machines
- cockpit-navigator
- cockpit-packagekit
- cockpit-podman
- cockpit-storaged
@ -29,6 +28,6 @@
group: root
mode: 0644
- name: Reboot
become: true
reboot:
#- name: Reboot
# become: true
# reboot:

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: