Commit 04b94bc9 by Shirley He

add staff

parent 32e09162
...@@ -28,12 +28,12 @@ ...@@ -28,12 +28,12 @@
- name: build staff, admin, and test user list - name: build staff, admin, and test user list
set_fact: set_fact:
demo_test_admin_and_staff_users: "{{ demo_test_users + [SANDBOX_EDXAPP_USERS] }}" demo_test_admin_and_staff_users: "{{ demo_test_and_staff_users + [SANDBOX_EDXAPP_USERS] }}"
when: SANDBOX_CREATE_ADMIN_USER when: SANDBOX_CREATE_ADMIN_USER
- name: build staff, admin, and test user list - name: build staff, admin, and test user list
set_fact: set_fact:
demo_test_admin_and_staff_users: "{{ demo_test_users }}" demo_test_admin_and_staff_users: "{{ demo_test_and_staff_users }}"
when: not SANDBOX_CREATE_ADMIN_USER when: not SANDBOX_CREATE_ADMIN_USER
- name: create some test users - name: create some test users
......
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