bugfix:修改provision.yml.d目录中有非.yml和.yaml结尾的配置文件,provision运行报错的bug

This commit is contained in:
fumingwei
2021-09-22 15:21:48 +08:00
parent 1e42442791
commit 13df5f6b41
3 changed files with 3 additions and 0 deletions

View File

@@ -12,6 +12,7 @@
- name: Load provision.yml.d config file variable
include_vars:
dir: /data/tsg-os-provision/provision.yml.d/
ignore_unknown_extensions: yes
extensions:
- 'yml'
- 'yaml'

View File

@@ -12,6 +12,7 @@
- name: Load provision.yml.d config file variable
include_vars:
dir: /data/tsg-os-provision/provision.yml.d/
ignore_unknown_extensions: yes
extensions:
- 'yml'
- 'yaml'

View File

@@ -17,6 +17,7 @@
- name: Load provision.yml.d config file variable
include_vars:
dir: /data/tsg-os-provision/provision.yml.d/
ignore_unknown_extensions: yes
extensions:
- 'yml'
- 'yaml'