: remove the mandatory gather_subsets for loadbalancing & web servers
All checks were successful
ansible-lint / lint-everything (push) Successful in 1m17s

This commit is contained in:
VC
2025-03-31 11:45:34 +02:00
parent 8fa63cddfb
commit b81d9f0b35
5 changed files with 16 additions and 20 deletions

View File

@@ -1,12 +1,5 @@
---
- name: Retrieve network info
hosts: lbservers
gather_facts: true
gather_subset:
- network
tasks: []
- name: Deploy web servers
hosts: webservers
diff: true