]> git.phdru.name Git - ansible.git/blobdiff - playbooks/debian/roles/add-apache-vhost/tasks/main.yml
Fix conditions
[ansible.git] / playbooks / debian / roles / add-apache-vhost / tasks / main.yml
index 666cd77d7ce9c15a0d0fdee7cf880cba929bfb32..7a441497696804bca3a35bfa7c686869f9e7f190 100644 (file)
@@ -5,8 +5,8 @@
 
 - name: Add vhost
   import_tasks: add-vhost.yml
-  when: not vhost_conf.stats.exists
+  when: not vhost_conf.stat.exists
 
 - name: Run dehydrated for the vhost
   import_tasks: dehydrated.yml
-  when: not vhost_conf.stats.exists
+  when: not vhost_conf.stat.exists