mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-10-23 04:24:00 -07:00
fix default/main.yml to defaults/main.yml
This commit is contained in:
parent
4e369a31db
commit
9f8b0cabcd
3 changed files with 3 additions and 3 deletions
|
@ -18,4 +18,4 @@
|
|||
|
||||
---
|
||||
test_hash:
|
||||
default_vars: "this is in role default/main.yml"
|
||||
default_vars: "this is in role defaults/main.yml"
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
replaced_hash:
|
||||
extra_args: "this is an extra arg"
|
||||
merged_hash:
|
||||
default_vars: "this is in role default/main.yml"
|
||||
default_vars: "this is in role defaults/main.yml"
|
||||
extra_args: "this is an extra arg"
|
||||
group_vars_all: "this is in group_vars/all"
|
||||
host_vars_testhost: "this is in host_vars/testhost"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue