aboutsummaryrefslogtreecommitdiffstats
path: root/molecule
diff options
context:
space:
mode:
authorColin Wilk <colin@wilk.cx>2026-06-28 20:51:50 +0000
committerColin Wilk <colin@wilk.cx>2026-06-28 23:18:35 +0200
commit1143a273413e8c3df0b4c0f553eab30acb0804f8 (patch)
tree405d81ba5be99b55f7321d89d72ffbe1ff40c614 /molecule
parent7d96c1a11fc442b4efddf9ce5250cf0a9dfaf02e (diff)
downloadansible-role-borgbackup-1143a273413e8c3df0b4c0f553eab30acb0804f8.tar.gz
ansible-role-borgbackup-1143a273413e8c3df0b4c0f553eab30acb0804f8.zip
fix: use ansible_facts for getent_passwd
Replace direct usage of getent_passwd with ansible_facts.getent_passwd in both client_setup.yml and server_setup.yml. Ansible 2.24+ will remove the INJECT_FACTS_AS_VARS feature, requiring explicit use of ansible_facts dictionary instead of top-level fact variables. Fixes deprecation warning: INJECT_FACTS_AS_VARS default to 'True' is deprecated, top-level facts will not be auto injected after the change.
Diffstat (limited to 'molecule')
0 files changed, 0 insertions, 0 deletions