mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
trying to escape the 's
This commit is contained in:
@@ -61,7 +61,7 @@
|
||||
tags:
|
||||
- mongo
|
||||
- name: setup openshift mongo pw
|
||||
action: command mongo stickshift_broker_dev --eval 'db.addUser("stickshift", "mooo")'
|
||||
action: command mongo stickshift_broker_dev --eval \'db.addUser("stickshift", "mooo")\'
|
||||
tags:
|
||||
- mongo
|
||||
|
||||
|
||||
Reference in New Issue
Block a user