diff options
Diffstat (limited to 'resources/tools/testbed-setup/ansible/tg_azure.yaml')
-rw-r--r-- | resources/tools/testbed-setup/ansible/tg_azure.yaml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml index 4ab2295296..e28d0d3336 100644 --- a/resources/tools/testbed-setup/ansible/tg_azure.yaml +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -2,10 +2,11 @@ # file: tg_azure.yaml - hosts: tg - remote_user: testuser become: yes become_user: root roles: + - role: user_add + tags: user_add - role: common tags: common - role: azure |