1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-07-08 19:49:09 +00:00

Merge pull request #16555 from matsu-chara/fix-error-msg-default-to-defaults

fix default/main.yml to defaults/main.yml
This commit is contained in:
Matt Davis 2016-07-07 11:14:54 -07:00 committed by GitHub
commit 30c63a41e9
3 changed files with 3 additions and 3 deletions

View file

@ -18,4 +18,4 @@
---
test_hash:
default_vars: "this is in role default/main.yml"
default_vars: "this is in role defaults/main.yml"