Mention role defaults file (#67153)

Add info on where role defaults are set; matches the entry for role variables.
This commit is contained in:
Alex Humphreys 2020-02-11 18:50:16 +01:00 committed by GitHub
parent d273e9758e
commit 01a6e1c2c9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -1009,7 +1009,7 @@ If multiple variables of the same name are defined in different places, they get
Here is the order of precedence from least to greatest (the last listed variables winning prioritization):
#. command line values (eg "-u user")
#. role defaults [1]_
#. role defaults (defined in role/defaults/main.yml) [1]_
#. inventory file or script group vars [2]_
#. inventory group_vars/all [3]_
#. playbook group_vars/all [3]_