Make upstream naming more general
This commit is contained in:
parent
daef2b7f13
commit
241ce71f46
2 changed files with 1 additions and 1 deletions
|
|
@ -11,7 +11,7 @@
|
||||||
|
|
||||||
- name: Update upstream template
|
- name: Update upstream template
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: whoami_upstream.json.j2
|
src: upstream.json.j2
|
||||||
dest: "{{ whoami_upstream_file_dir }}/upstream.json"
|
dest: "{{ whoami_upstream_file_dir }}/upstream.json"
|
||||||
become: true
|
become: true
|
||||||
tags:
|
tags:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue