mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Hide apikey from log in uptimerobot (#37342)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
702b5a3e81
commit
f0fd0f219d
1 changed files with 1 additions and 1 deletions
|
@ -114,7 +114,7 @@ def main():
|
|||
module = AnsibleModule(
|
||||
argument_spec=dict(
|
||||
state=dict(required=True, choices=['started', 'paused']),
|
||||
apikey=dict(required=True),
|
||||
apikey=dict(required=True, no_log=True),
|
||||
monitorid=dict(required=True)
|
||||
),
|
||||
supports_check_mode=SUPPORTS_CHECK_MODE
|
||||
|
|
Loading…
Reference in a new issue