Skip to content

Commit

Permalink
Fix conditional statement
Browse files Browse the repository at this point in the history
  • Loading branch information
tobias-richter committed Apr 7, 2021
1 parent 18409fb commit e6ecca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tasks/secrets.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@
- name: "secrets : set user home dir."
set_fact:
_secrets_home_dir: "{{ getent_passwd[jenkins_casc_owner][4] }}"
failed_when: _secrets_home_dir | length = 0
failed_when: _secrets_home_dir | length == 0

- name: "secrets : create secrets dir."
file:
Expand Down

0 comments on commit e6ecca2

Please sign in to comment.