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/aws/tasks/ubuntu_bionic.yaml | 2 +- fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'fdio.infra.ansible/roles/aws') diff --git a/fdio.infra.ansible/roles/aws/tasks/ubuntu_bionic.yaml b/fdio.infra.ansible/roles/aws/tasks/ubuntu_bionic.yaml index bca1cf5095..4108a98720 100644 --- a/fdio.infra.ansible/roles/aws/tasks/ubuntu_bionic.yaml +++ b/fdio.infra.ansible/roles/aws/tasks/ubuntu_bionic.yaml @@ -5,6 +5,6 @@ apt_repository: repo: "deb-src http://archive.ubuntu.com/ubuntu bionic main" state: "present" - update_cache: yes + update_cache: true tags: - aws-enable-src-repo diff --git a/fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml b/fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml index a8cc56c0c4..60302f2309 100644 --- a/fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml +++ b/fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml @@ -5,6 +5,6 @@ apt_repository: repo: "deb-src http://archive.ubuntu.com/ubuntu focal main" state: "present" - update_cache: yes + update_cache: true tags: - aws-enable-src-repo -- cgit 1.2.3-korg