fix: rename roles to use underscores instead of hyphens which was causing the roles not to be found
This commit is contained in:
5
roles/system_setup/tasks/extra-packages.yml
Executable file
5
roles/system_setup/tasks/extra-packages.yml
Executable file
@@ -0,0 +1,5 @@
|
||||
---
|
||||
- name: Install extra packages
|
||||
package:
|
||||
name: "{{ extra_packages }}"
|
||||
state: present
|
||||
Reference in New Issue
Block a user