Skip to content

Commit

Permalink
refactor: move templates to sub directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jomrr committed Feb 17, 2024
1 parent 62f3736 commit 753061b
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion playbooks/meta_main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- name: "Generate meta/main.yml for role {{ meta_role_name }}"
ansible.builtin.template:
src: "meta_main.yml.j2"
src: "meta/main.yml.j2"
dest: "{{ ansible_host }}/meta/main.yml"
mode: "0644"
validate: "ansible-lint %s"
2 changes: 1 addition & 1 deletion playbooks/meta_requirements.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@

- name: "Generate meta/requirements.yml for role {{ meta_role_name }}"
ansible.builtin.template:
src: "meta_requirements.yml.j2"
src: "meta/requirements.yml.j2"
dest: "{{ ansible_host }}/meta/requirements.yml"
mode: "0644"
validate: "ansible-lint %s"
File renamed without changes.

0 comments on commit 753061b

Please sign in to comment.