Typo again.
This commit is contained in:
parent
19bb600e62
commit
94ee0ac6fe
1 changed files with 1 additions and 1 deletions
|
@ -19,6 +19,7 @@
|
||||||
|
|
||||||
- name: Check for the existance of a 'tunirports' redis entry
|
- name: Check for the existance of a 'tunirports' redis entry
|
||||||
command: redis-cli --scan --pattern tunirports
|
command: redis-cli --scan --pattern tunirports
|
||||||
|
changed_when: False
|
||||||
register: tunirports
|
register: tunirports
|
||||||
tags:
|
tags:
|
||||||
- autocloud
|
- autocloud
|
||||||
|
@ -27,7 +28,6 @@
|
||||||
- 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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue