Skip to content

Commit

Permalink
Fix documentation.
Browse files Browse the repository at this point in the history
  • Loading branch information
robin-checkmk committed Mar 26, 2024
1 parent aa17309 commit 4652fb6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/modules/host.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,11 +56,11 @@
- The remove_attributes of your host as described in the API documentation.
B(Attention! I(folder) should match the folder where host is residing)
B(If a list of strings is supplied, the listed attributes are removed.)
B(If extended_functionality and a dict is supplied, the attributes that exactly match
B(If) I(extended_functionality) B(and a dict is supplied, the attributes that exactly match
the passed attributes are removed.)
This will only remove the given attributes.
If you are using custom tags, make sure to prepend the attribute with C(tag_).
As of Check MK v2.2.0p7 and v2.3.0b1, simultaneous use of I(attributes),
As of Checkmk 2.2.0p7 and 2.3.0b1, simultaneous use of I(attributes),
I(remove_attributes), and I(update_attributes) is no longer supported.
type: raw
required: false
Expand Down

0 comments on commit 4652fb6

Please sign in to comment.