VP
Size: a a a
VP
TG
VP
VP
SP
VC
VZ
JS
- name: Print resolution
ansible.builtin.debug:
msg: "resolution is {{ resolution.stdout }}"
failed_when: ((resolution.stdout != "1280x1024") or (resolution.stdout != "1280x800"))
fatal: [192.168.0.176]: FAILED! =>
msg: resolution is 1280x1024
TG
- name: Print resolution
ansible.builtin.debug:
msg: "resolution is {{ resolution.stdout }}"
failed_when: ((resolution.stdout != "1280x1024") or (resolution.stdout != "1280x800"))
fatal: [192.168.0.176]: FAILED! =>
msg: resolution is 1280x1024
TG
E
- name: Print resolution
ansible.builtin.debug:
msg: "resolution is {{ resolution.stdout }}"
failed_when: ((resolution.stdout != "1280x1024") or (resolution.stdout != "1280x800"))
fatal: [192.168.0.176]: FAILED! =>
msg: resolution is 1280x1024
JS
DK
- name: Install IIS Modules - ARR
ansible.windows.win_package:
path: https://download.microsoft.com/download/E/9/8/E9849D6A-020E-47E4-9FD0-A023E99B54EB/requestRouter_amd64.msi
product_id: "{AAE94B4C-F9FF-47C0-9F71-F724A9183A57}"
DK
- name: Install IIS Modules - ARR
ansible.windows.win_package:
path: https://download.microsoft.com/download/E/9/8/E9849D6A-020E-47E4-9FD0-A023E99B54EB/requestRouter_amd64.msi
product_id: "{AAE94B4C-F9FF-47C0-9F71-F724A9183A57}"
VZ