Removing check report

Change-Id: Ib06c6118b1b07b30e56e8a39c1532b1c99296d67
This commit is contained in:
Joe Talerico
2015-12-14 15:52:36 -05:00
parent 81429edb42
commit 32fce0a8d7
9 changed files with 24 additions and 115 deletions

View File

@@ -19,8 +19,6 @@
command: tuned-adm active
register: tuned_stdout
changed_when: no
failed_when: "'{{ tuned_profile }}' not in '{{ tuned_result.stdout }}'"
ignore_errors: True
- set_fact:
tuned_result : "{{ tuned_stdout.stdout }}"