Commit a54f70eb by Sef Kloninger

fix worker name for notifier, util1 --> util10

parent d3ee4d71
......@@ -19,7 +19,7 @@
- { role: 'edxapp', celery_worker: True }
# run the notifier on the first util machine only
- hosts: ~tag_Name_util1_prod
- hosts: ~tag_Name_util10_prod
sudo: True
vars:
secure_dir: '../../../configuration-secure/ansible'
......
......@@ -18,7 +18,7 @@
- { role: 'edxapp', celery_worker: True }
# run the notifier on the first util machine only
- hosts: ~tag_Name_util1_stage
- hosts: ~tag_Name_util10_stage
sudo: True
vars:
secure_dir: '../../../configuration-secure/ansible'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment