up version

remove unused variables
This commit is contained in:
2025-09-24 08:12:25 +02:00
parent 01ec188479
commit 4abc5aa161
3 changed files with 3 additions and 13 deletions

View File

@@ -1,10 +1,3 @@
# - name: get some vars
# ansible.builtin.set_fact:
# pla_bind_dn: "{{ lookup( 'keepass', '{{ group_names[0] }}/{{ inventory_hostname }})pla_dn', 'username' ) }}"
# pla_bin_pwd: "{{ lookup( 'keepass', '{{ group_names[0] }}/{{ inventory_hostname }})pla_dn', 'password' ) }}"
# when: pla_bind_dn is not defined
# tags: always
- name: get archive
ansible.builtin.get_url:
url: https://github.com/leenooks/phpLDAPadmin/archive/{{ pla_version }}.tar.gz