X-Git-Url: https://gerrit.fd.io/r/gitweb?p=csit.git;a=blobdiff_plain;f=resources%2Ftools%2Ftestbed-setup%2Fansible%2Ftg_azure.yaml;h=ef3201617c7a635df7987e7105b70dbe03f6f521;hp=e6940a7c36bf3a4266e140d5518a3e5082d29877;hb=3448466ca1aa0692788d95f7b4b29309b32b99cc;hpb=059ccad48e2ba56ef1922e54df01d6ba0cd5daa2 diff --git a/resources/tools/testbed-setup/ansible/tg_azure.yaml b/resources/tools/testbed-setup/ansible/tg_azure.yaml index e6940a7c36..ef3201617c 100644 --- a/resources/tools/testbed-setup/ansible/tg_azure.yaml +++ b/resources/tools/testbed-setup/ansible/tg_azure.yaml @@ -4,6 +4,12 @@ - hosts: tg become: yes become_user: root + gather_facts: false + pre_tasks: + - name: Gathering Facts + gather_facts: + tags: + - always roles: - role: user_add tags: user_add