Commit cda1e084 authored by nanahira's avatar nanahira

migrate scripts

parent 24b5f93b
---
- hosts: wg
tasks:
- name: post scripts
template:
src: scripts/{{item}}.sh.j2
dest: '{{ansible_user_dir}}/nextgen-network/scripts/{{item}}.sh'
mode: a+x
with_items:
- ocserv-predown
...@@ -25,4 +25,4 @@ ...@@ -25,4 +25,4 @@
systemd: systemd:
name: railgun-global-setup name: railgun-global-setup
enabled: true enabled: true
daemon_reload: '{{global_systemd_result.changed}}' daemon_reload: true
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment