Update oci-nodes to Rocky 9
This commit is contained in:
parent
0eff4dd804
commit
023af1ae91
6 changed files with 42 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue