Skip to content

Commit

Permalink
fix: [206] Variables should have spaces before and after
Browse files Browse the repository at this point in the history
  • Loading branch information
89luca89 committed Jun 26, 2021
1 parent 67c9ea2 commit c4fb511
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
pre_tasks:
- name: Check if we're running normally or limits are applied
set_fact:
full_run: '{{play_hosts == groups.deploy}}'
full_run: '{{ play_hosts == groups.deploy }}'

roles:
- terrible

0 comments on commit c4fb511

Please sign in to comment.