Skip to content
Snippets Groups Projects
Commit 8b11969a authored by Lars Beckers's avatar Lars Beckers
Browse files

dokuwiki: fix xaml formatting

parent fa2f19d9
Loading
......@@ -65,7 +65,8 @@
- webservices
- name: check if dokuwiki is installed
stat: path="{{item.path}}/VERSION"
stat:
path: "{{item.path}}/VERSION"
register: version_file
with_items: "{{dokuwiki}}"
loop_control:
......@@ -88,8 +89,8 @@
- name: backup dokuwiki data on update
command: /bin/true
changed_when: item.2.stat.exists and (item.1 is failed or item.1 is skipped or item.0.version != item.1.stdout|regex_replace(' .*'))
# yamllint disable-line rule:line-length
changed_when: item.2.stat.exists and (item.1 is failed or item.1 is skipped or item.0.version != item.1.stdout|regex_replace(' .*'))
with_together:
- "{{ dokuwiki }}"
- "{{ versions.results }}"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment