From 4c96add715a76b5dda73b652cb6a70f042273d36 Mon Sep 17 00:00:00 2001 From: ByeonJungHun <131643404+ByeonJungHun@users.noreply.github.com> Date: Mon, 3 Jul 2023 13:32:32 +0900 Subject: [PATCH] Create apt.yaml --- apt.yaml | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 apt.yaml diff --git a/apt.yaml b/apt.yaml new file mode 100644 index 0000000..c48e7c9 --- /dev/null +++ b/apt.yaml @@ -0,0 +1,6 @@ +--- +- hosts: node + become: false + gather_facts: true + roles: + - role: apt