mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
fix default/main.yml to defaults/main.yml
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user