Jim Rigsbee
2020-02-13 1e2288d704cc7b308efca749072d6f9df86fa986
1
2
3
4
5
6
7
8
9
10
11
12
13
 
- block:
  - name: Create an shortcut to GIT Docs site
    win_shortcut:
      src: '%ProgramFiles(x86)%\Google\Chrome\Application\chrome.exe'
      dest: '%UserProfile%\Desktop\GIT Workshop Docs.lnk'
      args: --new-window http://docs.{{ dns_domain_name }}/git/
      directory: '%ProgramFiles(x86)%\Google\Chrome\Application'
      icon: '%ProgramFiles(x86)%\Google\Chrome\Application\chrome.exe,0'
 
  become: yes
  become_user: "{{ dns_domain_name_short }}\\{{ user_prefix }}"
  become_method: runas