--- - name: restart apache service: name: "{{apache_service}}" state: restarted when: apache_state != "stopped"