mirror of https://github.com/ansible/ansible.git
Fix documentation for slaac filter (#73294)
##### SUMMARY
One of the parameters to the slaac filter was unquoted causing a crash:
```
template error while templating string: expected token 'end of print statement', got ':'. String: {{ fdcf:1894:23b5:d38c:0000:0000:0000:0000 | slaac('c2:31:b3:83:bf:2b') }}
```
This adds the missing quotes.
##### ISSUE TYPE
- Docs Pull Request
+label: docsite_pr
pull/73312/head
parent
13ea312cc8
commit
51e00c5e86
Loading…
Reference in New Issue