Removing references to _vault files.

This commit is contained in:
2025-10-09 18:57:31 -04:00
parent 83cce21c43
commit 06c692180e
-5
View File
@@ -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