Sytax fix

This commit is contained in:
git
2023-05-18 16:13:37 +02:00
parent ee38cf8458
commit 89bb7de3be
5 changed files with 12 additions and 13 deletions

View File

@@ -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 }}"