aboutsummaryrefslogtreecommitdiffstats
path: root/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
diff options
context:
space:
mode:
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 5cc9fd3acf..24da26d297 100644
--- a/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
+++ b/fdio.infra.ansible/roles/aws/tasks/ubuntu_jammy.yaml
@@ -1,5 +1,5 @@
---
-# file: roles/aws/tasks/ubuntu_jammy.yaml
+# file: tasks/ubuntu_jammy.yaml
- name: Enable deb-src APT Repository
ansible.builtin.apt_repository:
@@ -9,7 +9,7 @@
tags:
- aws-enable-src-repo
-- name: Enable deb-src APT Repository Focal
+- name: Enable deb APT Repository Focal
ansible.builtin.apt_repository:
repo: "deb http://archive.ubuntu.com/ubuntu focal main"
state: "present"