win_ansible_role_wallpaper/handlers/main.yml

9 lines
260 B
YAML
Raw Normal View History

2023-02-22 17:39:45 +01:00
---
- name: Set Wallpaper
ansible.windows.win_shell: 'C:\Users\{{ wallpaper_user_name }}\.ansible/set_wallpaper.ps1'
become: true
become_method: runas
become_user: "{{ wallpaper_user_name }}"
vars:
ansible_become_pass: '{{ wallpaper_user_pwd }}'