Correct destination.
This commit is contained in:
parent
1e6ba8596a
commit
2cef955aa5
|
|
@ -196,7 +196,7 @@
|
||||||
- name: Render file .github/workflows/molecule.yml
|
- name: Render file .github/workflows/molecule.yml
|
||||||
ansible.builtin.template:
|
ansible.builtin.template:
|
||||||
src: "{{ playbook_dir }}/templates/molecule-action.yml.j2"
|
src: "{{ playbook_dir }}/templates/molecule-action.yml.j2"
|
||||||
dest: "{{ role_path }}/.github/workflows/molecule.ymlmd"
|
dest: "{{ role_path }}/.github/workflows/molecule.yml"
|
||||||
mode: "0644"
|
mode: "0644"
|
||||||
when:
|
when:
|
||||||
- generate_github_action_molecule
|
- generate_github_action_molecule
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue