Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update from upstream #1

Merged
merged 12 commits into from
Jan 18, 2020
Prev Previous commit
Next Next commit
configuration: allow templates for conf.d independent files (jdauphan…
  • Loading branch information
paulrbr-fl authored and jdauphant committed Nov 4, 2019
commit 2124d5f9cad3cde49d1e618ce74b6b761c9acbc6
2 changes: 1 addition & 1 deletion tasks/configuration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@

- name: Create the configurations for independent config file
template:
src: config.conf.j2
src: "{{ item.value.template | default('config.conf.j2') }}"
dest: "{{ nginx_conf_dir }}/conf.d/{{ item.key }}.conf"
with_dict: "{{ nginx_configs }}"
notify:
Expand Down