linting
This commit is contained in:
@@ -6,12 +6,12 @@
|
||||
ps_script: undef
|
||||
|
||||
tasks:
|
||||
- name: Run PowerShell
|
||||
ansible.windows.win_powershell:
|
||||
script: |
|
||||
{{ ps_script }}
|
||||
register: ps_output
|
||||
- name: Run PowerShell
|
||||
ansible.windows.win_powershell:
|
||||
script: |
|
||||
{{ ps_script }}
|
||||
register: ps_output
|
||||
|
||||
- name: Print output
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ ps_output.output }}"
|
||||
- name: Print output
|
||||
ansible.builtin.debug:
|
||||
msg: "{{ ps_output.output }}"
|
||||
|
||||
Reference in New Issue
Block a user