Update oci-nodes to Rocky 9

This commit is contained in:
Timo Makinen 2023-11-25 17:11:19 +00:00
parent 0eff4dd804
commit 023af1ae91
6 changed files with 42 additions and 2 deletions

View file

@ -7,9 +7,17 @@
ansible.builtin.user:
name: php4dvd
comment: Podman pphp4dvd
group: authcheck
group: php4dvd
shell: /sbin/nologin
- name: Enable user lingering
ansible.builtin.command:
argv:
- loginctl
- enable-linger
- php4dvd
creates: /var/lib/systemd/linger/php4dvd
- name: Get container source
ansible.builtin.git:
dest: /usr/local/src/docker-php4dvd