We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 960077e commit 58c4206Copy full SHA for 58c4206
roles/infrastructure/rdbms/handlers/main.yml
@@ -1,4 +1,4 @@
1
-# Copyright 2023 Cloudera, Inc. All Rights Reserved.
+# Copyright 2024 Cloudera, Inc. All Rights Reserved.
2
#
3
# Licensed under the Apache License, Version 2.0 (the "License");
4
# you may not use this file except in compliance with the License.
@@ -15,6 +15,4 @@
15
---
16
17
- name: yum clean metadata
18
- command: yum clean metadata
19
- args:
20
- warn: no
+ ansible.builtin.command: yum clean metadata
0 commit comments