Skip to content

Commit

Permalink
Merge pull request #50 from dirgim/skip-non-template-yaml
Browse files Browse the repository at this point in the history
Skip non template yaml files when setting up containers
  • Loading branch information
arilivigni authored Jun 13, 2018
2 parents f34baca + ffa8359 commit 122441b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions playbooks/roles/os_temps/tasks/setup_containers.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
find:
paths: "{{ os_template_path }}"
patterns: '*.yml,*.yaml'
contains: 'kind:\s*[\"\'']?Template[\"\'']?'
recurse: yes
register: os_templates

Expand Down

0 comments on commit 122441b

Please sign in to comment.