aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
diff options
context:
space:
mode:
authorpmikus <peter.mikus@protonmail.ch>2022-09-21 12:36:29 +0200
committerpmikus <peter.mikus@protonmail.ch>2022-09-21 12:36:29 +0200
commit26f0801f182fbc2d7f4502b69771cef2f3f6010d (patch)
tree7172a1a03e912fb034072dc1b3509dcf2a7c0c10 /fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
parent28964faec0f8864de45446245e3e9431de394150 (diff)
feat(packer): Migrate AWS images
Signed-off-by: pmikus <peter.mikus@protonmail.ch> Change-Id: Ia1940e18b60e38ba559f0ebf1a8d72a4d18cebdb
Diffstat (limited to 'fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml')
-rw-r--r--fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml4
1 files changed, 2 insertions, 2 deletions
diff --git a/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml b/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
index 4ee1545baf..28e852476a 100644
--- a/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
+++ b/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
@@ -1,8 +1,8 @@
---
-# file: roles/aws/tasks/ubuntu_jammy.yaml.yaml
+# file: roles/aws/tasks/ubuntu_jammy.yaml
- name: Enable deb-src APT Repository
- apt_repository:
+ ansible.builtin.apt_repository:
repo: "deb-src http://archive.ubuntu.com/ubuntu jammy main"
state: "present"
update_cache: true