Infra: Ansible yaml lint cleanup
[csit.git] / fdio.infra.ansible / roles / calibration / tasks / x86_64.yaml
index 90b1c95..cb98c00 100644 (file)
 
 - name: Calibration - Run Jitter Tool
   shell: "{{ pma_directory }}/jitter/jitter -c {{ jitter_core }} -i {{ jitter_iterations }} -f"
 
 - name: Calibration - Run Jitter Tool
   shell: "{{ pma_directory }}/jitter/jitter -c {{ jitter_core }} -i {{ jitter_iterations }} -f"
-  become: yes
+  become: true
   async: 60
   poll: 0
   async: 60
   poll: 0
-  ignore_errors: yes
+  ignore_errors: true
   register: jitter_async
   tags:
     - check-jitter-tool
   register: jitter_async
   tags:
     - check-jitter-tool