Skip to content

Commit 58c4206

Browse files
authored
Remove deprecated ansible.builtin.command 'warn' parameter (#196)
Signed-off-by: Webster Mudge <[email protected]>
1 parent 960077e commit 58c4206

File tree

1 file changed

+2
-4
lines changed
  • roles/infrastructure/rdbms/handlers

1 file changed

+2
-4
lines changed

roles/infrastructure/rdbms/handlers/main.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Copyright 2023 Cloudera, Inc. All Rights Reserved.
1+
# Copyright 2024 Cloudera, Inc. All Rights Reserved.
22
#
33
# Licensed under the Apache License, Version 2.0 (the "License");
44
# you may not use this file except in compliance with the License.
@@ -15,6 +15,4 @@
1515
---
1616

1717
- name: yum clean metadata
18-
command: yum clean metadata
19-
args:
20-
warn: no
18+
ansible.builtin.command: yum clean metadata

0 commit comments

Comments
 (0)