Commit b712398
authored
Set type of permission constraint to raw (#1374)
* Set type of permission constraint to raw
According to https://netboxlabs.com/docs/netbox/en/stable/administration/permissions/,
constraints can be either a dictionary or a list of dictionaries. The
only way to represent this in Ansible is with the `raw` type.
* Update doc block1 parent fa4c44b commit b712398
1 file changed
+2
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
58 | 58 | | |
59 | 59 | | |
60 | 60 | | |
61 | | - | |
| 61 | + | |
62 | 62 | | |
63 | 63 | | |
64 | 64 | | |
| |||
169 | 169 | | |
170 | 170 | | |
171 | 171 | | |
172 | | - | |
| 172 | + | |
173 | 173 | | |
174 | 174 | | |
175 | 175 | | |
| |||
0 commit comments