Skip to content

Commit

Permalink
fix(watchtower): correctly use vmagent var
Browse files Browse the repository at this point in the history
  • Loading branch information
alesharik committed Jul 20, 2024
1 parent e6cb374 commit f214207
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/watchtower/tasks/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

- name: Setup password
tags: watchtower
when: "{{ watchtower.vmagent }}"
when: "watchtower.vmagent"
block:
- name: Read password
tags: watchtower
Expand Down

0 comments on commit f214207

Please sign in to comment.