diff options
author | Aaditya Dhruv <[email protected]> | 2025-06-14 10:13:07 +0530 |
---|---|---|
committer | Aaditya Dhruv <[email protected]> | 2025-06-14 10:13:07 +0530 |
commit | 5f0f24a52d9175ab638b3d1a77454e65fad88248 (patch) | |
tree | 03159fd6a3a69e6fc56ec33258964e3bffabffc1 /install.yaml | |
parent | bd8919afb109efa0a92def766aca81f1e2e146fa (diff) |
Update system, packages and playbooks, add vault
Diffstat (limited to 'install.yaml')
-rw-r--r-- | install.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
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: |