Add yq to snap installs
Install yq with snap.
This commit is contained in:
@@ -31,3 +31,8 @@
|
|||||||
name: spotify
|
name: spotify
|
||||||
state: present
|
state: present
|
||||||
become: yes
|
become: yes
|
||||||
|
- name: Install yq
|
||||||
|
community.general.snap:
|
||||||
|
name: yq
|
||||||
|
state: present
|
||||||
|
become: yes
|
||||||
|
|||||||
Reference in New Issue
Block a user