We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4a854ee commit c189c7eCopy full SHA for c189c7e
ansible/install-apps.yml
@@ -16,8 +16,8 @@
16
repo: "{{ item }}"
17
state: present
18
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"
+ - "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main"
+ - "deb http://dl.google.com/linux/chrome/deb/ stable main"
21
- name: Install apps
22
apt:
23
update_cache: yes
0 commit comments