Skip to content

Commit

Permalink
update docs and add inject-clean
Browse files Browse the repository at this point in the history
  • Loading branch information
jriddle-linode committed Jul 9, 2024
1 parent fc31b1a commit a2d2f62
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -110,3 +110,6 @@ inject:
@echo "Injecting documentation into source files"
for f in `ls ./plugins/modules/*.py`; do ansible-specdoc -j -i $$f; done

inject-clean:
@echo "Removing injected documentation from source files"
for f in `ls ./plugins/modules/*.py`; do ansible-specdoc -jc -i $$f; done
2 changes: 1 addition & 1 deletion docs/modules/ipv6_range_info.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Get info about a Linode IPv6 range.
```yaml
- name: Get info about an IPv6 range
linode.cloud.ipv6_range_info:
range: 2600:3c01::
range: "2600:3c01::"
```
Expand Down

0 comments on commit a2d2f62

Please sign in to comment.