Hi

I am facing two issues:

1) I am trying to install Dot Net framework 4.5.2 using  win_feature:

 - win_feature:
      name: DotNet-4-5-2
      state: present

I am getting below error message:

fatal: [13.90.93.211]: FAILED! => {
    "changed": false,
    "failed": true,
    "msg": "The process 
C:\\ProgramData\\Microsoft\\Windows\\PowerShell\\Configuration\\BuiltinProvCache\\MSFT_PackageResource\\confirmation.aspx
 
could not be started",
    "name": 
"https://www.microsoft.com/en-us/download/confirmation.aspx?id=42643";
}

2) I am trying to install Advanced Logging for IIS using below code. Only 
partial file is getting downloaded and it doesnt show any error response. 
Is there any other way for installing Advanced Logging?

- name: Downloading Advanced Logging x64
     win_get_url:
      url: 
"https://www.microsoft.com/en-us/download/confirmation.aspx?id=7211";
      dest: C:\WebAPI\AdvancedLogging.msi

Can someone help me with these issues?

-- 
You received this message because you are subscribed to the Google Groups 
"Ansible Project" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to ansible-project+unsubscr...@googlegroups.com.
To post to this group, send email to ansible-project@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/f46cba75-0457-46b1-8c96-975daf2bfe24%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to