diff options
Diffstat (limited to 'fdio.infra.ansible/roles/aws')
-rw-r--r-- | fdio.infra.ansible/roles/aws/tasks/ubuntu_bionic.yaml | 2 | ||||
-rw-r--r-- | fdio.infra.ansible/roles/aws/tasks/ubuntu_focal.yaml | 2 |
2 files changed, 2 insertions, 2 deletions
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 |