main.yml 157 B

1234567
  1. ---
  2. - name: configure bird
  3. shell: birdc configure || systemctl restart bird
  4. - name: configure bird6
  5. shell: birdc6 configure || systemctl restart bird6