freepbx: Install additional required packages
This commit is contained in:
parent
3d91267020
commit
5174aead5f
@ -8,6 +8,11 @@
|
|||||||
ansible.builtin.pause:
|
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
|
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
|
- name: Include provisioning tasks
|
||||||
ansible.builtin.include_tasks: yealink_provisioning.yml
|
ansible.builtin.include_tasks: yealink_provisioning.yml
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user