Skip to content
Snippets Groups Projects
Commit ba9a3868 authored by Klaus Frank's avatar Klaus Frank
Browse files

Fix changed_when

parent 6cec15f8
No related branches found
No related tags found
Loading
......@@ -7,4 +7,4 @@
raw: pacman --needed --noconfirm -S {{ item }}
with_items: '{{ ansible_prerequirements_packages }}'
register: command_res
changed_when: "'Es gibt nichts zu tun' not in command_res.stdout"
changed_when: "'there is nothing to do' not in command_res.stdout"
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