Skip to content

Commit d03df02

Browse files
author
Bradley A. Thornton
committed
One more README.md fix to reflect new fact key
1 parent a3a71de commit d03df02

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -180,7 +180,7 @@ ln -s ~/github/rm_example ~/.ansible/collections/ansible_collections/cidrblock/m
180180
var: result
181181
- cidrblock.my_collection.myos_facts:
182182
- debug:
183-
var: net_configuration
183+
var: ansible_network_resources
184184
185185
```
186186

@@ -202,7 +202,7 @@ ln -s ~/github/rm_example ~/.ansible/collections/ansible_collections/cidrblock/m
202202
var: result
203203
- myos_facts:
204204
- debug:
205-
var: net_configuration
205+
var: ansible_network_resources
206206
```
207207

208208
### Resource Module Structure/Workflow

0 commit comments

Comments
 (0)