Skip to content

Commit

Permalink
lint: spacing
Browse files Browse the repository at this point in the history
  • Loading branch information
= committed Sep 10, 2023
1 parent 069d926 commit 9d7505b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ubuntu/tasks/apt.yml
Original file line number Diff line number Diff line change
@@ -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

Expand Down

0 comments on commit 9d7505b

Please sign in to comment.