Skip to content

Commit

Permalink
fix template
Browse files Browse the repository at this point in the history
  • Loading branch information
andreygubarev committed Jun 6, 2023
1 parent f960191 commit a96c343
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,11 @@
- name: Converge
hosts: all

{%- raw -%}
{% raw -%}
environment:
http_proxy: "{{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}"
https_proxy: "{{ lookup('ansible.builtin.env', 'https_proxy') | default(omit) }}"
{%- endraw -%}
{%- endraw %}

tasks:
- name: "Include {{ cookiecutter.role_name }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3,10 +3,10 @@
hosts: all
become: true

{%- raw -%}
{% raw -%}
environment:
http_proxy: "{{ lookup('ansible.builtin.env', 'http_proxy') | default(omit) }}"
https_proxy: "{{ lookup('ansible.builtin.env', 'https_proxy') | default(omit) }}"
{%- endraw -%}
{%- endraw %}

tasks: []

0 comments on commit a96c343

Please sign in to comment.