Skip to content
Snippets Groups Projects
Commit bbbfec0f authored by void's avatar void
Browse files

fehler im checklauf beseitigen

parent 84611602
No related branches found
No related tags found
No related merge requests found
...@@ -19,7 +19,7 @@ ...@@ -19,7 +19,7 @@
command: docker exec nodered-app /bin/bash -c 'npm install node-red-dashboard' command: docker exec nodered-app /bin/bash -c 'npm install node-red-dashboard'
register: nodered_install register: nodered_install
- debug: msg="{{ nodered_install.stdout }}" - debug: msg="{{ nodered_install.stdout | default('check run') }}"
- name: restart nodered container - name: restart nodered container
command: docker restart nodered-app command: docker restart nodered-app
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment