diff --git a/host_vars/ldap.mgrote.net.yml b/host_vars/ldap.mgrote.net.yml index 75dc5baf..5e14f7ba 100644 --- a/host_vars/ldap.mgrote.net.yml +++ b/host_vars/ldap.mgrote.net.yml @@ -30,7 +30,7 @@ ufw_rules: from_ip: 192.168.2.0/24 ### mgrote_lldap -lldap_repo_url: "deb http://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_22.04/ /" +lldap_package_url: "https://download.opensuse.org/repositories/home:/Masgalor:/LLDAP/xUbuntu_22.04/amd64/lldap_0.5.0-1+3.1_amd64.deb" lldap_logging_verbose: false lldap_http_port: 17170 lldap_http_host: "0.0.0.0" diff --git a/roles/mgrote_lldap/tasks/main.yml b/roles/mgrote_lldap/tasks/main.yml index b9fa14dd..4e4cff65 100644 --- a/roles/mgrote_lldap/tasks/main.yml +++ b/roles/mgrote_lldap/tasks/main.yml @@ -1,8 +1,7 @@ --- - name: Ensure package is installed ansible.builtin.apt: - name: "{{ lldap_package_url }}" - update_cache: yes + deb: "{{ lldap_package_url }}" - name: Ensure config is templated ansible.builtin.template: