feat: add esp-idf installation and depends for gitea act runner

This commit is contained in:
Bastian de Byl
2026-01-04 15:15:09 -05:00
parent d9bf3e5c75
commit 8685676109
4 changed files with 97 additions and 0 deletions

View File

@@ -12,3 +12,9 @@
name: podman.socket
state: restarted
daemon_reload: true
- name: restore esp-idf selinux context
become: true
ansible.builtin.command:
cmd: restorecon -R {{ esp_idf_path }}
changed_when: true