updated paths for restructure
This commit is contained in:
@@ -123,7 +123,7 @@
|
||||
state: restarted
|
||||
|
||||
- name: Include common redirector configuration tasks
|
||||
include_tasks: "../tasks/configure_redirector.yml"
|
||||
include_tasks: "../../modules/redirectors/tasks/configure_redirector.yml"
|
||||
|
||||
- name: Print deployment summary
|
||||
debug:
|
||||
|
||||
@@ -105,7 +105,7 @@
|
||||
|
||||
- name: Configure tracker settings
|
||||
template:
|
||||
src: "../templates/tracker-config.j2"
|
||||
src: "../../modules/tracker/templates/tracker-config.j2"
|
||||
dest: /root/Tools/tracker/config.py
|
||||
mode: '0644'
|
||||
ignore_errors: yes
|
||||
@@ -122,7 +122,7 @@
|
||||
|
||||
- name: Create systemd service for tracker
|
||||
template:
|
||||
src: "../templates/tracker.service.j2"
|
||||
src: "../../modules/tracker/templates/tracker.service.j2"
|
||||
dest: /etc/systemd/system/tracker.service
|
||||
mode: '0644'
|
||||
ignore_errors: yes
|
||||
|
||||
Reference in New Issue
Block a user