diff --git a/tasks/main.yml b/tasks/main.yml index d5dff458..8f570e3a 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -96,3 +96,7 @@ when: - compile_selinux_async is defined - not compile_selinux_async | skipped + +- name: (RE)Gather facts post setup + setup: + gather_subset: "network,hardware,virtual"