Idempotence.

This commit is contained in:
Ralph Bean 2015-09-28 18:16:07 +00:00
parent d1a6df7a8f
commit 19bb600e62

View file

@ -27,6 +27,7 @@
- name: Run createports.py, but only if we never have done so. - name: Run createports.py, but only if we never have done so.
command: python /usr/share/tunir/createports.py command: python /usr/share/tunir/createports.py
when: tunirports.stdout.find('tunirports') == -1 when: tunirports.stdout.find('tunirports') == -1
changed_when: False
tags: tags:
- autocloud - autocloud
- autocloud/backend - autocloud/backend