Skip to content
Snippets Groups Projects
Commit 7d1d3210 authored by jurgenhaas's avatar jurgenhaas
Browse files

ansible-playbooks/general#85 Quoting some strings

parent b7a343b6
No related branches found
No related tags found
No related merge requests found
---
uptime_mode: main
uptime_domain: localhost:8082
uptime_domain: 'localhost:8082'
uptime_username: uptime
uptime_password: j^A8@IU#eoxo#P6i
......
---
dependencies:
- { role: common }
- { role: mongodb, when: uptime_mode == 'main' }
- { role: nodejs }
- role: common
- role: mongodb
when: uptime_mode == 'main'
- role: nodejs
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