From 06c692180e2289e620b4195fcdc42ceb732168bf Mon Sep 17 00:00:00 2001 From: "Trez.One" Date: Thu, 9 Oct 2025 18:57:31 -0400 Subject: [PATCH] Removing references to _vault files. --- tar-valon_config_deploy.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/tar-valon_config_deploy.yml b/tar-valon_config_deploy.yml index 89dbc9e..0a6fe27 100644 --- a/tar-valon_config_deploy.yml +++ b/tar-valon_config_deploy.yml @@ -14,11 +14,6 @@ default_mode: "0644" pre_tasks: - - name: Load host-specific vaulted variables if they exist - ansible.builtin.include_vars: - file: "host_vars/{{ inventory_hostname }}_vault.yml" - ignore_errors: true - - name: Get remote user's UID and GID ansible.builtin.command: "id -u && id -g" register: remote_user_info