diff options
Diffstat (limited to 'roles/tsg-cli-mcn0/tasks/main.yml')
| -rw-r--r-- | roles/tsg-cli-mcn0/tasks/main.yml | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/roles/tsg-cli-mcn0/tasks/main.yml b/roles/tsg-cli-mcn0/tasks/main.yml index b4d2e9c..91be784 100644 --- a/roles/tsg-cli-mcn0/tasks/main.yml +++ b/roles/tsg-cli-mcn0/tasks/main.yml @@ -41,3 +41,7 @@ enabled: yes daemon_reload: yes +- name: "copy rsyslog.conf to destination server" + synchronize: + src: "{{ role_path }}/files/rsyslog.conf" + dest: "/etc/"
\ No newline at end of file |
