Joined October 2012
·
Posted to
Use creates to simulate idempotency for command actions
over 1 year
ago
it is kind of simulated in that it doesn't REALLY tell you if the command has already been run - only if the file was created.
Achievements
96 Karma
6,145 Total ProTip Views
Python 3
Have at least three original repos where Python is the dominant language
Forked
Have a project valued enough to be forked by someone else
Charity
Fork and commit to someone's open source project in need
Python
Would you expect anything less? Have at least one original repo where Python is the dominant language
and in ansible 1.2+ you can use:
--step --start-at-task=tasknamehere
and it will do stepped task execution starting at the first task matching the string you put in