mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-04-29 13:01:36 +08:00
Taskotron imagefactory - create config dir for tools
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user