Edit the correct apt repo file
This commit is contained in:
parent
2c96009b8b
commit
6735d38531
1 changed files with 1 additions and 1 deletions
|
@ -21,7 +21,7 @@
|
||||||
- name: Install Google repository
|
- name: Install Google repository
|
||||||
become: true
|
become: true
|
||||||
ansible.builtin.lineinfile:
|
ansible.builtin.lineinfile:
|
||||||
path: /etc/apt/sources.list.d/vscode.list
|
path: /etc/apt/sources.list.d/google-chrome.list
|
||||||
regexp: '^deb .* https://dl.google.com/linux/chrome/deb/'
|
regexp: '^deb .* https://dl.google.com/linux/chrome/deb/'
|
||||||
line: 'deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main'
|
line: 'deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main'
|
||||||
create: yes
|
create: yes
|
||||||
|
|
Loading…
Reference in a new issue