feat: add esp-idf installation and depends for gitea act runner
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user