Update role dependencies
This commit is contained in:
@@ -14,7 +14,7 @@
|
||||
win_copy:
|
||||
src: "{{ winsxs_cleanmgr_file[os_short_name] }}"
|
||||
dest: '{{ ansible_env.windir }}\System32\cleanmgr.exe'
|
||||
remote_src: yes
|
||||
remote_src: true
|
||||
when:
|
||||
- check_winsxs_cleanmgr_file.stat.exists
|
||||
- check_winsxs_cleanmgr_mui_file.stat.exists
|
||||
@@ -23,7 +23,7 @@
|
||||
win_copy:
|
||||
src: "{{ winsxs_cleanmgr_mui_file[os_short_name] }}"
|
||||
dest: '{{ ansible_env.windir }}\System32\en-US\cleanmgr.exe.mui'
|
||||
remote_src: yes
|
||||
remote_src: true
|
||||
when:
|
||||
- check_winsxs_cleanmgr_file.stat.exists
|
||||
- check_winsxs_cleanmgr_mui_file.stat.exists
|
||||
Reference in New Issue
Block a user