Skip to content

Commit

Permalink
Fix documentation type bool
Browse files Browse the repository at this point in the history
  • Loading branch information
vbotka committed Jan 17, 2025
1 parent 4c0798d commit 98a09cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions plugins/inventory/iocage.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,13 +51,13 @@
- Enable execution as root.
- This requires passwordless sudo of the command C(iocage list*)
- If O(env) is used C(SETENV) tag is needed.
type: boolean
type: bool
default: false
get_properties:
description:
- Get jails' properties.
Creates dictionary C(iocage_properties) for each added host.
type: boolean
type: bool
default: false
env:
description: O(user)'s environment on O(host).
Expand Down

0 comments on commit 98a09cc

Please sign in to comment.