Commit efdfe635 authored by nanahira's avatar nanahira

fix

parent 05cba8a3
...@@ -146,7 +146,7 @@ ...@@ -146,7 +146,7 @@
when: not noBird and not systemBird when: not noBird and not systemBird
- name: gost.json - name: gost.json
copy: copy:
src: '{{gostConfig | to_nice_json}}' content: '{{gostConfig | to_nice_json}}'
dest: '{{ansible_user_dir}}/nextgen-network/services/gost.json' dest: '{{ansible_user_dir}}/nextgen-network/services/gost.json'
notify: restart_gost notify: restart_gost
when: installGost when: installGost
......
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