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

@ -10,6 +10,14 @@
group: authcheck
shell: /sbin/nologin
- name: Enable user lingering
ansible.builtin.command:
argv:
- loginctl
- enable-linger
- authcheck
creates: /var/lib/systemd/linger/authcheck
- name: Get container source
ansible.builtin.git:
dest: /usr/local/src/docker-authcheck