diff --git a/nomad/setup-cluster.yml b/nomad/setup-cluster.yml index b9b07ac..b620b4f 100644 --- a/nomad/setup-cluster.yml +++ b/nomad/setup-cluster.yml @@ -428,16 +428,6 @@ delegate_to: localhost run_once: true - - name: Look for policy - command: - argv: - - nomad - - acl - - policy - - list - run_once: true - register: policies - - name: Read secret command: argv: @@ -451,6 +441,18 @@ changed_when: false register: read_secretid + - name: Look for policy + command: + argv: + - nomad + - acl + - policy + - list + environment: + NOMAD_TOKEN: "{{ read_secretid.stdout }}" + run_once: true + register: policies + - name: Copy policy copy: src: ./acls/nomad-anon-policy.hcl