Add task to install yq
This commit is contained in:
parent
bcbd175f00
commit
6693b42ab7
@ -9,6 +9,13 @@
|
||||
PATH: "{{ ansible_env.PATH }}:/home/{{ansible_user}}/bin"
|
||||
|
||||
tasks:
|
||||
- name: Install yq
|
||||
get_url:
|
||||
url: https://github.com/mikefarah/yq/releases/latest/download/yq_linux_amd64
|
||||
dest: /usr/bin/yq
|
||||
mode: '0755'
|
||||
become: yes
|
||||
|
||||
- name: Create directory for nitro-stack
|
||||
file:
|
||||
path: "{{ nitro_directory }}"
|
||||
|
Loading…
Reference in New Issue
Block a user