Skip to content

Commit

Permalink
Merge pull request #146 from ssegalredhat/master
Browse files Browse the repository at this point in the history
pickup templates  with extension .j2
  • Loading branch information
arilivigni authored Feb 5, 2019
2 parents c8a83f5 + c2da9af commit f94dce5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion playbooks/roles/os_temps/tasks/setup_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
- name: "Get OpenShift s2i template names from {{ os_template_path }}"
find:
paths: "{{ os_template_path }}"
patterns: '*.yml,*.yaml'
patterns: '*.yml,*.yaml,*.j2'
contains: 'kind:\s*[\"\'']?Template[\"\'']?'
recurse: yes
register: os_templates
Expand Down

0 comments on commit f94dce5

Please sign in to comment.