Removing references to _vault files.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user