From 0d8bc83082c396967663f4c27e4f8b7f0a266e82 Mon Sep 17 00:00:00 2001 From: ByeonJungHun <131643404+ByeonJungHun@users.noreply.github.com> Date: Mon, 3 Jul 2023 16:12:42 +0900 Subject: [PATCH] Update ipcheck.yaml --- ipcheck.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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