Skip to content

Commit

Permalink
Add no_log: False
Browse files Browse the repository at this point in the history
Signed-off-by: Alina Buzachis <abuzachis@redhat.com>
  • Loading branch information
alinabuzachis committed May 8, 2023
1 parent 3a75d1c commit f967a2c
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion plugins/modules/backup_selection.py
Original file line number Diff line number Diff line change
Expand Up @@ -226,7 +226,10 @@ def main():
type="list",
elements="dict",
options=dict(
condition_type=dict(type="str"), condition_key=dict(type="str"), condition_value=dict(type="str")
condition_type=dict(type="str"),
condition_key=dict(type="str"),
condition_value=dict(type="str"),
no_log=False,
),
),
state=dict(default="present", choices=["present", "absent"]),
Expand Down

0 comments on commit f967a2c

Please sign in to comment.