Merge "collect only specific network facts"

This commit is contained in:
Zuul 2022-04-27 11:08:15 +00:00 committed by Gerrit Code Review
commit a8dc75abe8
1 changed files with 1 additions and 2 deletions

View File

@ -1,8 +1,7 @@
---
- name: Discover if ens3 interface exists
become: true
setup:
gather_subset: network
gather_subset: "!all,!min,network"
register: net
- name: Check if ifcfg-ens3 exists