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

ansible-lint

parent 3a6f8363
No related branches found
No related tags found
No related merge requests found
Pipeline #4398 passed
......@@ -32,7 +32,7 @@
- name: Conditionally include Webarchitects config
include_tasks: webarch.yml
when: apache_conf_enabled is defined and "webarch" in apache_conf_enabled
when: apache_conf_enabled is defined and "webarch" in apache_conf_enabled
tags:
- apache
......
......@@ -3,7 +3,7 @@
git:
repo: https://git.coop/webarch/website-templates.git
dest: /var/www/wsh
update: yes
update: true
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