Removing comments. #73

Merged
gitea-sonarqube-bot merged 2 commits from loggifly-adguard-add_2025-10-09T10-00-35 into main 2025-10-09 19:27:47 -04:00
Showing only changes of commit 06c692180e - Show all commits
-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