diff --git a/tasks/main.yml b/tasks/main.yml index db621ea..21f426d 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -347,6 +347,10 @@ tags: - skip_ansible_lint +- name: Gather facts for containers + setup: + gather_subset: "network,hardware,virtual" + # This point the container is running. Delegation should no longer be required. # ============================================================================== - name: Run the systemd-networkd role