Skip to content

Commit

Permalink
Merge pull request #1696 from edx/matthugs/fix-bug-with-mongo_mms-job
Browse files Browse the repository at this point in the history
fix: lost a flag on mongo_mms command
  • Loading branch information
Matt Hughes authored Nov 2, 2023
2 parents d7a1c91 + 6a113fc commit 6045f4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion devops/resources/mongo-agents-update.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ assume-role ${ROLE_ARN}
set -x
cd playbooks

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

0 comments on commit 6045f4b

Please sign in to comment.