up version
remove unused variables
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user