Skip to content

Commit 167ea5a

Browse files
committed
Remove redundant service fact gathering
1 parent 902b996 commit 167ea5a

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

tasks/find_active_server.yml

-3
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
---
22

3-
- name: Populate services facts
4-
ansible.builtin.service_facts:
5-
63
- name: Set the Active Server variable
74
ansible.builtin.set_fact:
85
active_server: "{{ inventory_hostname }}"

0 commit comments

Comments
 (0)