Skip to content

Commit

Permalink
Fix variables form in task loop
Browse files Browse the repository at this point in the history
  • Loading branch information
Mao-hsiang Lien committed Jan 7, 2022
1 parent 2cabaaf commit 90b7a99
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/asserts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -146,7 +146,7 @@
- item.token | length > 0
msg: "kops_dockerconfig_creds should include user and token and validated in dockerhub"
loop:
- kops_dockerconfig_creds
- "{{ kops_dockerconfig_creds }}"
when: kops_dockerconfig_creds is defined

- name: "({{ cluster.name }}) ensure kubelet.anonymousAuth is boolean"
Expand Down

0 comments on commit 90b7a99

Please sign in to comment.