Correct destination.

This commit is contained in:
Robert de Bock 2023-12-19 07:59:02 +01:00
parent 1e6ba8596a
commit 2cef955aa5
1 changed files with 1 additions and 1 deletions

View File

@ -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