diff options
Diffstat (limited to 'fdio.infra.ansible/nomad.yaml')
-rw-r--r-- | fdio.infra.ansible/nomad.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.ansible/nomad.yaml b/fdio.infra.ansible/nomad.yaml index ae9de1e524..dc13386756 100644 --- a/fdio.infra.ansible/nomad.yaml +++ b/fdio.infra.ansible/nomad.yaml @@ -2,7 +2,7 @@ # file: nomad.yaml - hosts: nomad - remote_user: testuser + remote_user: localadmin become: yes become_user: root gather_facts: false @@ -29,4 +29,4 @@ - role: cadvisor tags: cadvisor - role: cleanup - tags: cleanup
\ No newline at end of file + tags: cleanup |