Skip to content

Commit

Permalink
Revert "Skip tasks requiring all hosts when running with limit"
Browse files Browse the repository at this point in the history
This reverts commit 566c0ad.
  • Loading branch information
jchristgit committed May 17, 2024
1 parent f7f5e4d commit ffb7293
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion ansible/roles/prometheus/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,6 @@
owner: prometheus
group: prometheus
mode: "0400"
when: (ansible_play_hosts | sort) == (hostvars | sort)
tags:
- role::prometheus
notify:
Expand Down
1 change: 0 additions & 1 deletion ansible/roles/wireguard/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,6 @@
- Reload wg-quick
tags:
- role::wireguard
when: (ansible_play_hosts | sort) == (hostvars | sort)

- name: Start and enable the WireGuard service
service:
Expand Down

0 comments on commit ffb7293

Please sign in to comment.