Edit the correct apt repo file

This commit is contained in:
Anthony Rose 2021-11-14 14:36:30 +00:00
parent 2c96009b8b
commit 6735d38531

View file

@ -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