diff --git a/site.yml b/site.yml index b8ff532..ca5344b 100644 --- a/site.yml +++ b/site.yml @@ -5,4 +5,5 @@ hosts: ${HOSTS} remote_user: ansible become: true + gather_facts: false roles: ${ROLES}