Skip to content

Commit 110ba87

Browse files
[~] Test remove chrome headless shell
1 parent cff836e commit 110ba87

File tree

1 file changed

+0
-6
lines changed

1 file changed

+0
-6
lines changed

roles/lib/tasks/install_puppeteer.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -120,11 +120,5 @@
120120
dest: "{{ chrome_dest }}"
121121
remote_src: yes
122122

123-
- name: download google chrome headless shell and unpack
124-
unarchive:
125-
src: "{{ stable_chrome_versions['chrome-headless-shell'] | selectattr('platform', 'match', 'linux64') | map(attribute='url') | first }}"
126-
dest: "{{ headless_shell_dest }}"
127-
remote_src: yes
128-
129123
become: true
130124
environment: "{{ proxy_env }}"

0 commit comments

Comments
 (0)