diff --git a/data/ansible/calls/freeswitch/main.yaml b/data/ansible/calls/freeswitch/main.yaml index f4b087da2..9c14a60de 100644 --- a/data/ansible/calls/freeswitch/main.yaml +++ b/data/ansible/calls/freeswitch/main.yaml @@ -54,10 +54,10 @@ become: yes apt_key: url=https://files.freeswitch.org/repo/deb/debian-release/fsstretch-archive-keyring.asc state=present - - name: Add FreeSwitch apt repository (1.8) (Debian 8/Jessie) + - name: Add FreeSwitch apt repository become: yes apt_repository: - repo: deb http://files.freeswitch.org/repo/deb/debian-release/ buster main + repo: deb [ allow-insecure=yes ] http://files.freeswitch.org/repo/deb/debian-release/ buster main state: present filename: 'freeswitch' @@ -70,7 +70,7 @@ # Install FreeSwitch - name: Install FreeSwitch - become: yes + become: yes apt: name={{ freeswitch_packages }} state=latest ###########################################################################################################################