Skip to content

Commit c189c7e

Browse files
authored
Update install-apps.yml
1 parent 4a854ee commit c189c7e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

ansible/install-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,8 +16,8 @@
1616
repo: "{{ item }}"
1717
state: present
1818
loop:
19-
- deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
20-
- "deb http://dl.google.com/linux/chrome/deb/ stable main"
19+
- "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main"
20+
- "deb http://dl.google.com/linux/chrome/deb/ stable main"
2121
- name: Install apps
2222
apt:
2323
update_cache: yes

0 commit comments

Comments
 (0)