diff --git a/roles/freepbx/tasks/main.yml b/roles/freepbx/tasks/main.yml index c1a0658..8d158f8 100644 --- a/roles/freepbx/tasks/main.yml +++ b/roles/freepbx/tasks/main.yml @@ -8,6 +8,11 @@ ansible.builtin.pause: prompt: Please confirm that you've distributed the public key to all repositories! Press return to continue. Press Ctrl+c and then "a" to abort +- name: Install required packages + ansible.builtin.apt: + name: + - php-ldap + - name: Include provisioning tasks ansible.builtin.include_tasks: yealink_provisioning.yml