Update developing_modules.rst
This commit is contained in:
parent
11b72df27b
commit
b1b17ce15a
1 changed files with 1 additions and 1 deletions
|
@ -201,7 +201,7 @@ this, just have the module return a `ansible_facts` key, like so, along with oth
|
||||||
"changed" : True,
|
"changed" : True,
|
||||||
"rc" : 5,
|
"rc" : 5,
|
||||||
"ansible_facts" : {
|
"ansible_facts" : {
|
||||||
"leptons" : 5000
|
"leptons" : 5000,
|
||||||
"colors" : {
|
"colors" : {
|
||||||
"red" : "FF0000",
|
"red" : "FF0000",
|
||||||
"white" : "FFFFFF"
|
"white" : "FFFFFF"
|
||||||
|
|
Loading…
Reference in a new issue