> On Jun 11, 2019, at 4:01 PM, Jordan Borean <[email protected]> wrote:
> 
> The self managed kerberos ticket is just you running `kinit` yourself and 
> disabling the auto kinit process that Ansible runs if you supply the 
> password. Because you actually see the process running on the Windows host 
> then that rules out that problem and you can ignore it.
> 
> If it is hanging on choco upgrade all and you still see choco.exe running in 
> the background then there's not much we can do. Chocolatey seems to be 
> running something and not exiting so win_chocolatey won't exit for you. You 
> will have to look at Chocolatey's logs, or even run the upgrade all process 
> yourself manually and see if it's prompting for anything.
> 


I am doing the kinit myself.

I did install pexpect but didn’t seem to make a difference, still hung. This 
time on removal of the chocolatey packages hung, task below:

- name: remove old/deprecated packages (choco)
  win_chocolatey:
    name: "{{ chocolatey_remove_packages|list }}"
    state: "absent"
  when:
    - chocolatey_remove_packages is defined


Doing a “cup all” there are packages that need to be updated and the update 
process finishes as expected with 0

Chocolatey upgraded 9/40 packages.
 See the log for details (C:\ProgramData\chocolatey\logs\chocolatey.log).

Upgraded:
 - googlechrome v75.0.3770.80
 - winscp v5.15.2
 - flashplayeractivex v32.0.0.207
 - git v2.22.0
 - winscp.install v5.15.2
 - cleanup v4.5.2.20190522
 - vscode v1.35.0
 - flashplayerplugin v32.0.0.207
 - git.install v2.22.0
PS C:\Users\Administrator.CORP> $LASTEXITCODE
0

Mostly a linux and MacOS guy so I find the Windows Event Viewer super 
convoluted. 

Where would I look for errors? 

I see Information > Ansible stuff but nothing in Critical, Error, or Warning  
related to Ansible.

I’ll also jump over to the chocolatey group but I think they will say the 
problem only occurs with win_chocolatey it’s an Ansible issue not a chocolatey 
issue.

--
Bob Tanner <[email protected]>          Clash of Clan Tag: #LUJ2CPU
Follow me on Facebook <http://on.fb.me/igBSwK> and Twitter 
<http://bit.ly/gjJCwJ>!  Clash Royale Tag: #2Q98YPC

-- 
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/333A04EF-281B-459E-811A-F86A19233824%40tanners.org.
For more options, visit https://groups.google.com/d/optout.

Reply via email to