Sytax fix
This commit is contained in:
15
playbook.yml
15
playbook.yml
@@ -5,12 +5,11 @@
|
||||
user: warezjoe
|
||||
host: desktop # desktop rpi ntb
|
||||
roles:
|
||||
- role: linux_config_init # run with sudo alone
|
||||
#- role: import_ssh_key # without sudo
|
||||
#- role: tools_for_command_line
|
||||
#- role: service_start
|
||||
#- role: gui_app_init
|
||||
#- role: ansible-role-docker
|
||||
# run with sudo alone
|
||||
- role: linux_config_init
|
||||
# - role: import_ssh_key # without sudo
|
||||
# - role: tools_for_command_line
|
||||
# - role: service_start
|
||||
# - role: gui_app_init
|
||||
# - role: ansible-role-docker
|
||||
# docker_users: "{{ user }}"
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user