fix: rename roles to use underscores instead of hyphens which was causing the roles not to be found
This commit is contained in:
9
roles/system_setup/defaults/main.yml
Executable file
9
roles/system_setup/defaults/main.yml
Executable file
@@ -0,0 +1,9 @@
|
||||
---
|
||||
username: admin
|
||||
shell: /bin/bash
|
||||
passwordless_sudo: true
|
||||
extra_packages:
|
||||
- sudo
|
||||
- vim
|
||||
|
||||
regenerate_ssh_host_keys: false
|
||||
Reference in New Issue
Block a user