Browse Source

Silence warnings when using rpm directly

Dag Wieers 8 years ago
parent
commit
bb9f8db2eb
1 changed files with 2 additions and 0 deletions
  1. 2 0
      roles/openshift_node/tasks/main.yml

+ 2 - 0
roles/openshift_node/tasks/main.yml

@@ -44,6 +44,8 @@
 
 - name: Check for tuned package
   command: rpm -q tuned
+  args:
+    warn: no
   register: tuned_installed
   changed_when: false
   failed_when: false