google-chrome: Add helper scripts
This commit is contained in:
parent
9d5db775a4
commit
9e432fecda
3 changed files with 70 additions and 0 deletions
|
@ -39,3 +39,14 @@
|
|||
mode: 0644
|
||||
owner: root
|
||||
group: root
|
||||
|
||||
- name: install custom chrome startup scripts
|
||||
copy:
|
||||
dest: "/usr/local/bin/{{ item }}"
|
||||
src: "{{ item }}.sh"
|
||||
mode: 0755
|
||||
owner: root
|
||||
group: "{{ ansible_wheel }}"
|
||||
with_items:
|
||||
- google-chrome-incognito
|
||||
- google-chrome-socksproxy
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue