1
0
Fork 0
mirror of https://github.com/iiab/iiab.git synced 2025-02-15 04:32:11 +00:00
iiab/roles/0-init/tasks/first_run.yml

9 lines
226 B
YAML
Raw Normal View History

2019-08-10 20:38:14 +00:00
- name: Create symlink /usr/bin/iiab-diagnostics
file:
src: "{{ iiab_dir }}/scripts/iiab-diagnostics"
dest: /usr/bin/iiab-diagnostics
state: link
2018-11-02 23:20:35 +00:00
- name: Create {{ iiab_ini_file }}
2017-11-10 21:10:23 +00:00
include_tasks: iiab_ini.yml