From 9d7505b21b96c78739d00378da6d8443ea5c93e8 Mon Sep 17 00:00:00 2001 From: = <=> Date: Sat, 9 Sep 2023 21:53:42 -0400 Subject: [PATCH] lint: spacing --- ubuntu/tasks/apt.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ubuntu/tasks/apt.yml b/ubuntu/tasks/apt.yml index 88873cc..b3dc159 100644 --- a/ubuntu/tasks/apt.yml +++ b/ubuntu/tasks/apt.yml @@ -1,7 +1,7 @@ --- - name: Add Ubuntu main/universe/restricted ansible.builtin.apt_repository: - repo: deb http://archive.ubuntu.com/ubuntu {{ansible_distribution_release}} main universe restricted + repo: deb http://archive.ubuntu.com/ubuntu {{ ansible_distribution_release }} main universe restricted state: present become: true