build
Some checks failed
Gitea Actions Demo / Explore-Gitea-Actions (push) Has been cancelled

This commit is contained in:
2026-02-23 19:52:20 +01:00
parent d47a02d5f2
commit 05d7f3316b

View File

@@ -170,6 +170,9 @@
group: "{{ ansible_user }}" group: "{{ ansible_user }}"
mode: '0644' mode: '0644'
when: inventory_hostname == 'ubuntu24-vm01.home.lan' when: inventory_hostname == 'ubuntu24-vm01.home.lan'
- name: Pause for 5 minutes to build app cache
ansible.builtin.pause:
minutes: 2
- name: Install Flannel CNI - name: Install Flannel CNI
ansible.builtin.command: ansible.builtin.command: