Skip to content

Commit 7f0296a

Browse files
[-] Remove HeadlessShell install path
1 parent 620dce1 commit 7f0296a

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
@@ -108,12 +108,6 @@
108108
state: directory
109109
mode: '0755'
110110

111-
- name: create chrome headless shell install path
112-
file:
113-
path: "{{ headless_shell_dest }}"
114-
state: directory
115-
mode: '0755'
116-
117111
- name: download google chrome and unpack
118112
unarchive:
119113
src: "{{ stable_chrome_versions['chrome'] | selectattr('platform', 'match', 'linux64') | map(attribute='url') | first }}"

0 commit comments

Comments
 (0)