Skip to content
This repository has been archived by the owner on Nov 1, 2018. It is now read-only.

Commit

Permalink
#14 write to local_config_dest instead of global_config_dir
Browse files Browse the repository at this point in the history
  • Loading branch information
donsizemore committed Feb 29, 2016
1 parent 4647f97 commit dea2185
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ansible/local-service-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
config_template: "roles/util-cfg-service/templates/{{ svce }}.properties.j2"
config_name: "{{ svce }}.properties"
tasks:
- debug: msg="writing {{ config_template }} to {{ de_config_dir }}/{{ config_name }}"
- debug: msg="writing {{ config_template }} to {{ local_config_dest }}/{{ config_name }}"
- name: write local service configs
local_action: template src="{{config_template}}" dest="{{de_config_dir}}/{{config_name}}" mode=0644
local_action: template src="{{config_template}}" dest="{{local_config_dest}}/{{config_name}}" mode=0644

0 comments on commit dea2185

Please sign in to comment.