> - shell:
> cmd: do_something && touch /etc/do_something/done
> creates: /etc/do_something_done
This is the best solution. But why does i need to ask the Mailing list do get this? why ansible cant do this by itself? or why is this solution not in documentation?
> Otherwise, do a task before, to actually evaluate whether you need to run
> the command in the first place, instead of relying on the existence of a
> file.
for me its funny how complicated it is to just run a command... (known workarounds are not easy to access...)
But OK, everybody + developer are fine with that bug
Am 08.11.22 um 19:14 schrieb Matt Martz: