Skip to content

Commit 76fe1b2

Browse files
committed
fix: missing sudo
1 parent 70acb1b commit 76fe1b2

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tasks/deps.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
---
22

33
- name: Add source repository into sources list
4+
become: true
45
ansible.builtin.apt_repository:
56
# yamllint disable-line rule:line-length
67
repo: deb-src http://archive.ubuntu.com/ubuntu/ {{ ansible_distribution_release }} main

0 commit comments

Comments
 (0)