diff options
author | pmikus <pmikus@cisco.com> | 2021-08-18 12:04:27 +0000 |
---|---|---|
committer | pmikus <pmikus@cisco.com> | 2021-08-18 12:04:27 +0000 |
commit | d41a5490f30a161561c39c4f1b08add17b9cf6f7 (patch) | |
tree | 4244f8492f66f5ba1afe1c85c3a55340b125c8f7 /fdio.infra.ansible/tg.yaml | |
parent | a24c98b45ca1e9d56039d7649f65ac31e006d949 (diff) |
Infra: Ansible yaml lint cleanup
Signed-off-by: pmikus <pmikus@cisco.com>
Change-Id: If00b376bd78b7b603d7887c1e149e7dccdb6d217
Diffstat (limited to 'fdio.infra.ansible/tg.yaml')
-rw-r--r-- | fdio.infra.ansible/tg.yaml | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/fdio.infra.ansible/tg.yaml b/fdio.infra.ansible/tg.yaml index 10e1340a07..86184e10a7 100644 --- a/fdio.infra.ansible/tg.yaml +++ b/fdio.infra.ansible/tg.yaml @@ -3,7 +3,7 @@ - hosts: tg remote_user: testuser - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -45,7 +45,7 @@ - hosts: tg_aws remote_user: testuser - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -80,7 +80,7 @@ tags: calibration - hosts: tg_azure - become: yes + become: true become_user: root gather_facts: false pre_tasks: @@ -110,4 +110,4 @@ - role: cleanup tags: cleanup - role: calibration - tags: calibration
\ No newline at end of file + tags: calibration |