Skip to content

Commit

Permalink
fix: [502] All tasks should be named
Browse files Browse the repository at this point in the history
  • Loading branch information
89luca89 committed Jun 26, 2021
1 parent ad4a6b0 commit 67c9ea2
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
max_fail_percentage: 0

pre_tasks:
- set_fact:
- name: Check if we're running normally or limits are applied
set_fact:
full_run: '{{play_hosts == groups.deploy}}'

roles:
Expand Down

0 comments on commit 67c9ea2

Please sign in to comment.