Taskotron imagefactory - create config dir for tools
This commit is contained in:
parent
7914c07bdc
commit
dd47cfcf36
1 changed files with 3 additions and 0 deletions
|
@ -28,6 +28,9 @@
|
|||
update: yes
|
||||
version: '{{imagefactory_tools_branch}}'
|
||||
|
||||
- name: create directory for configuration
|
||||
file: path=/etc/taskotron_base_images state=directory owner=root group=root mode=0755
|
||||
|
||||
- name: Generate configuration
|
||||
template: src=config_server.ini.j2 dest=/etc/taskotron_base_images/config_server.ini owner=root group=root mode=0644
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue