mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-01 00:03:10 +00:00
Set encrypted to default False, rather than None Otherwise you get: ``` Invalid type for parameter Encrypted, value: None, type: <type 'NoneType'>, valid types: <type 'bool'>) ```