--- - name: restart_httpd ansible.builtin.service: name: httpd state: restarted enabled: true - name: notification_restart ansible.builtin.debug: msg: "Restart your box once reactance run is complete" - name: show_links ansible.builtin.debug: msg: "{{ }}" - name: show_htpasswd_passwords ansible.builtin.debug: msg: "{{ htpasswd_passwords | format_userpass_output(ansible_default_ipv4.address|default(ansible_all_ipv4_addresses[0])) }}" - name: cleanup_temp_dir ansible.builtin.file: path: /var/reactance/.temp state: absent