Skip to content

Commit

Permalink
wikiupdater: fix building of variable
Browse files Browse the repository at this point in the history
  • Loading branch information
FFHener committed Oct 1, 2024
1 parent 17bec1a commit 7200cf1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion roles/cfg_openwrt/tasks/wikiupdater.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
mode: "644"

- name: wikiupdater | Update article
script: ../files/wiki/update.py -l "{{ location }}" --file "{{ wikiupdater_dir }}/{{ group_names[0] | split('_') | last }}.txt"
script: ../files/wiki/update.py -l "{{ location }}" --file "{{ wikiupdater_dir }}/{{ location }}.txt"
register: wiki_res
changed_when: '"UPDATED" in wiki_res.stdout'
args:
Expand Down

0 comments on commit 7200cf1

Please sign in to comment.