Skip to content

Commit

Permalink
bool fix
Browse files Browse the repository at this point in the history
  • Loading branch information
jackivanov committed Aug 30, 2021
1 parent 8619063 commit f47bfba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/common/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
- update-users

- fail:
when: cloud_test|bool
when: cloud_test|default(false)|bool

- include_tasks: ubuntu.yml
when: '"Ubuntu" in OS.stdout or "Linux" in OS.stdout'
Expand Down

0 comments on commit f47bfba

Please sign in to comment.