stg might not match that ==, so..
This commit is contained in:
parent
7353deca12
commit
b1618d2722
1 changed files with 1 additions and 1 deletions
|
@ -47,7 +47,7 @@
|
|||
command: /usr/bin/alembic -c /usr/share/fedoratagger/alembic.ini upgrade head
|
||||
args:
|
||||
chdir: /usr/share/fedoratagger/
|
||||
when: inventory_hostname_short == 'tagger01'
|
||||
when: inventory_hostname.startswith('tagger01')
|
||||
|
||||
- service: name="httpd" state=started
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue