Taskotron: Fix invalid variable names
This commit is contained in:
parent
5bb54e4325
commit
a5d81b53bd
1 changed files with 3 additions and 3 deletions
|
@ -25,13 +25,13 @@
|
||||||
copy:
|
copy:
|
||||||
src: imagefactory-kill-zombie.service
|
src: imagefactory-kill-zombie.service
|
||||||
dest: /etc/systemd/system
|
dest: /etc/systemd/system
|
||||||
register: imagefactory-kill-zombie_service
|
register: imagefactory_kill_zombie_service
|
||||||
|
|
||||||
- name: copy imagefactory-kill-zombie timer
|
- name: copy imagefactory-kill-zombie timer
|
||||||
copy:
|
copy:
|
||||||
src: imagefactory-kill-zombie.timer
|
src: imagefactory-kill-zombie.timer
|
||||||
dest: /etc/systemd/system
|
dest: /etc/systemd/system
|
||||||
register: imagefactory-kill-zombie_timer
|
register: imagefactory_kill_zombie_timer
|
||||||
|
|
||||||
- name: hotfix imagefactory's REST api to allow file download
|
- name: hotfix imagefactory's REST api to allow file download
|
||||||
copy: src=hotfix_imgfac_RESTv2.py dest=/usr/lib/python2.7/site-packages/imgfac/rest/RESTv2.py owner=root group=root mode=0644
|
copy: src=hotfix_imgfac_RESTv2.py dest=/usr/lib/python2.7/site-packages/imgfac/rest/RESTv2.py owner=root group=root mode=0644
|
||||||
|
@ -45,7 +45,7 @@
|
||||||
|
|
||||||
- name: reload systemd
|
- name: reload systemd
|
||||||
command: systemctl daemon-reload
|
command: systemctl daemon-reload
|
||||||
when: imagefactory_service.changed or imagefactory-kill-zombie_service.changed or imagefactory-kill-zombie_timer.changed
|
when: imagefactory_service.changed or imagefactory_kill_zombie_service.changed or imagefactory_kill_zombie_timer.changed
|
||||||
|
|
||||||
- name: enable imagefactory
|
- name: enable imagefactory
|
||||||
service: name=imagefactoryd state=started enabled=yes
|
service: name=imagefactoryd state=started enabled=yes
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue