Skip to content
Snippets Groups Projects
Verified Commit e625fac0 authored by Varac's avatar Varac
Browse files

Add required package state

parent fd062479
Branches
Tags
No related merge requests found
......@@ -4,8 +4,10 @@
set_fact:
configuration_directory: "{{ configuration_directory }}"
- name: Install snapd, git and curl (curl and git is needed for helm plugin install)
- name: Install snapd, git and curl
# curl and git is needed for helm plugin install
package:
state: present
name:
- snapd
- curl
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment