From d41a5490f30a161561c39c4f1b08add17b9cf6f7 Mon Sep 17 00:00:00 2001 From: pmikus Date: Wed, 18 Aug 2021 12:04:27 +0000 Subject: Infra: Ansible yaml lint cleanup Signed-off-by: pmikus Change-Id: If00b376bd78b7b603d7887c1e149e7dccdb6d217 --- fdio.infra.ansible/roles/iperf/tasks/main.yaml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'fdio.infra.ansible/roles/iperf') diff --git a/fdio.infra.ansible/roles/iperf/tasks/main.yaml b/fdio.infra.ansible/roles/iperf/tasks/main.yaml index f8948cae57..a2b7709cef 100644 --- a/fdio.infra.ansible/roles/iperf/tasks/main.yaml +++ b/fdio.infra.ansible/roles/iperf/tasks/main.yaml @@ -3,7 +3,7 @@ - name: Inst - Update Package Cache (APT) apt: - update_cache: yes + update_cache: true cache_valid_time: 3600 when: - ansible_distribution|lower == 'ubuntu' @@ -40,7 +40,7 @@ - name: Compile Release I command: "./configure" args: - chdir: "{{ iperf_target_dir }}/iperf-{{ item }}/" + chdir: "{{ iperf_target_dir }}/iperf-{{ item }}/" loop: "{{ iperf_version }}" tags: - iperf-inst @@ -48,7 +48,7 @@ - name: Compile Release II command: "make" args: - chdir: "{{ iperf_target_dir }}/iperf-{{ item }}/" + chdir: "{{ iperf_target_dir }}/iperf-{{ item }}/" loop: "{{ iperf_version }}" tags: - iperf-inst @@ -56,7 +56,7 @@ - name: Compile Release III command: "make install" args: - chdir: "{{ iperf_target_dir }}/iperf-{{ item }}/" + chdir: "{{ iperf_target_dir }}/iperf-{{ item }}/" loop: "{{ iperf_version }}" tags: - - iperf-inst \ No newline at end of file + - iperf-inst -- cgit 1.2.3-korg