Projects STRLCPY GOAD Commits c771be43
🤬
  • ■ ■ ■ ■ ■
    ansible/roles/common/tasks/main.yml
    skipped 6 lines
    7 7   
    8 8  - name: Configure IE to use a specific proxy per protocol
    9 9   community.windows.win_inet_proxy:
    10  - http: "{{ad_http_proxy}}"
    11  - https: "{{ad_https_proxy}}"
     10 + proxy:
     11 + http: "{{ad_http_proxy}}"
     12 + https: "{{ad_https_proxy}}"
    12 13   when: http_proxy == "yes"
    13 14  
    14 15  - name: Windows | Check for ComputerManagementDsc Powershell module
    skipped 28 lines
Please wait...
Page is in error, reload to recover