mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-30 04:00:21 -07:00
Merge pull request #7675 from eludom/patch-1
Update developing_modules.rst
This commit is contained in:
commit
05e227eda5
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…
Add table
Add a link
Reference in a new issue