diff --git a/ipcheck.yaml b/ipcheck.yaml index cd30be9..8cf1228 100644 --- a/ipcheck.yaml +++ b/ipcheck.yaml @@ -1,6 +1,6 @@ --- -- hosts: localhost - become: false - gather_facts: true +- hosts: node + become: true + gather_facts: false roles: - role: ipcheck