forgejo: Update VM post installation provisioning steps
Signed-off-by: David Kirwan <davidkirwanirl@gmail.com>
This commit is contained in:
parent
fdf359f407
commit
98625936dc
1 changed files with 5 additions and 0 deletions
|
|
@ -86,6 +86,11 @@ spec:
|
|||
'export XDG_RUNTIME_DIR=/run/user/$(id -u)
|
||||
&& systemctl --user daemon-reload
|
||||
&& systemctl --user enable --now podman.socket'
|
||||
- >-
|
||||
sudo -u {{ _vm_user }} bash -c
|
||||
'ansible-pull -U https://codeberg.org/fedora/ansible-role-forgejo-runner.git -C main
|
||||
-e @/home/{{ _vm_user }}/forgejo-runners-vars.yaml playbooks/ansible-pull.yml
|
||||
>> /home/{{ _vm_user }}/ansible-pull.log 2>&1'
|
||||
name: cloudinitdisk
|
||||
- name: sa-token-disk
|
||||
secret:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue