Skip to content

Commit 6045f4b

Browse files
author
Matt Hughes
authored
Merge pull request #1696 from edx/matthugs/fix-bug-with-mongo_mms-job
fix: lost a flag on mongo_mms command
2 parents d7a1c91 + 6a113fc commit 6045f4b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

devops/resources/mongo-agents-update.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,4 +19,4 @@ assume-role ${ROLE_ARN}
1919
set -x
2020
cd playbooks
2121

22-
ansible-playbook -i ./ec2.py --limit tag_Name_edx-admin-mms mongo_mms.yml -e@../../configuration-internal/ansible/vars/edx.yml ubuntu
22+
ansible-playbook -i ./ec2.py --limit tag_Name_edx-admin-mms mongo_mms.yml -e@../../configuration-internal/ansible/vars/edx.yml -u ubuntu

0 commit comments

Comments
 (0)