From 5f0f24a52d9175ab638b3d1a77454e65fad88248 Mon Sep 17 00:00:00 2001 From: Aaditya Dhruv Date: Sat, 14 Jun 2025 10:13:07 +0530 Subject: Update system, packages and playbooks, add vault --- install.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'install.yaml') diff --git a/install.yaml b/install.yaml index 5177032..fbefaae 100644 --- a/install.yaml +++ b/install.yaml @@ -1,8 +1,8 @@ - name: System Configuration hosts: localhost + gather_facts: false connection: local vars: - config: "{{ lookup('file','config.yaml') | from_yaml }}" tasks: - name: Startup debug: -- cgit