Skip to content
Snippets Groups Projects
Commit 85480cda authored by Chris Croome's avatar Chris Croome
Browse files

changed_when added

parent 59699f88
No related branches found
No related tags found
No related merge requests found
Pipeline #4403 passed
......@@ -9,6 +9,8 @@
- name: Debian default site disabled
command: a2dissite 000-default
register: apache_a2dissite_default
changed_when: '"already disabled" not in apache_a2dissite_default.stdout'
tags:
- apache
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment