This commit is contained in:
2024-06-22 08:44:12 -05:00
parent ac80926ff3
commit 32b72bde04
4 changed files with 26 additions and 0 deletions

View File

@@ -0,0 +1,5 @@
- name: Installing Go apps
become_user: user
shell: "go install {{ item }}"
with_items: "{{ go_apps }}"
when: go_apps is defined