--- # handlers file for uvok_bird - name: Check config command: birdc configure check listen: configure bird changed_when: false register: bird_check_result - name: Apply bird config command: birdc configure soft listen: configure bird changed_when: true when: bird_check_result.rc == 0