freedomofpress / ansible-role-jitsi-meet

Installs the Jitsi Meet open source videoconferencing software
23 stars 26 forks source link

always_run replaced by check_mode: no #42

Open alexnuttinck opened 5 years ago

alexnuttinck commented 5 years ago

Fix for #41 https://docs.ansible.com/ansible/2.6/porting_guides/porting_guide_2.6.html

The deprecated task option always_run has been removed, please use check_mode: no instead.