This commit is contained in:
Ralph Bean 2015-09-28 18:15:16 +00:00
parent 20d2e60e42
commit d1a6df7a8f

View file

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