19:07:49 <gundalow> #startmeeting Windows Sprint 1
19:07:49 <zodbot> Meeting started Tue Jul  4 19:07:49 2017 UTC.  The chair is gundalow. Information about MeetBot at http://wiki.debian.org/MeetBot.
19:07:49 <zodbot> Useful Commands: #action #agreed #halp #info #idea #link #topic.
19:07:49 <zodbot> The meeting name has been set to 'windows_sprint_1'
19:08:12 <BasicTheProgram> Having audio problems with Blue Jeans
19:08:18 <gundalow> #chair dag jhawkesworth_ BasicTheProgram karstensrage
19:08:18 <zodbot> Current chairs: BasicTheProgram dag gundalow jhawkesworth_ karstensrage
19:09:07 <gundalow> #info link https://github.com/ansible/community/wiki/Windows%3A-sprints#2017-07-04-1900-utc-sprint-1
19:10:55 <gundalow> #topic win_file
19:11:02 <gundalow> #link https://github.com/ansible/ansible/issues/25278
19:29:47 <gundalow> #agreed Document how to correctly create windows path
19:30:09 <gundalow> #info docs fragments live in https://github.com/ansible/ansible/tree/devel/lib/ansible/utils/module_docs_fragments
19:30:52 <gundalow> #info http://docs.ansible.com/ansible/intro_windows.html is at https://github.com/ansible/ansible/blob/devel/docs/docsite/rst/intro_windows.rst
19:35:48 <gundalow> #topic win_shortcut
19:35:54 <gundalow> #info https://github.com/ansible/ansible/issues/24494
19:36:00 <gundalow> #info win_shortcut: Using a relative src= can cause error
19:43:47 <square1> has the meeting finished?
19:43:53 <square1> I forgot this was today
19:44:44 <square1> ah, Bluejeans.. kids are just going to sleep, will just watch irc :)
19:45:38 <dag> https://github.com/ansible/ansible/pull/25410/files#diff-4891bd02f81a5ef931052035dc165086R106
19:45:38 <gundalow> square1: It's still happening, https://bluejeans.com/7480904391/
19:45:47 <gundalow> #topic robocopy
19:46:05 <square1> yeah sorry - kids are going to sleep, not got headphones with me
19:46:10 <gundalow> ah, OK
19:46:28 <gundalow> hum, why isn't the topic changing,
19:46:34 <gundalow> maybe bot doesn't have rights
19:46:44 <bcoca> bot is not op
19:46:54 <gundalow> ah, ok
19:46:58 <gundalow> well it's still recording
19:49:09 <square1> anyone see if i'm doing something really stupid?
19:49:33 <square1> https://www.irccloud.com/pastebin/ruq1u4T7/
20:08:18 <square1> hrm, seems to be a bug - maybe - i dunno
20:08:50 <gundalow> square1: Even if you are using the module incorrectly if you are gettig a backtrace then it's a bug
20:08:55 <jhawkesworth_> https://www.irccloud.com/pastebin/B196NoA5/
20:09:25 <gundalow> square1: however that does look like a real issue, I don't know PowerShell, maybe one of the other people here can have a look at it once the meeting is over
20:10:02 <square1> yeah it's a bug
20:11:18 <square1> removing the "$WhatIf:$check_mode" bit at the end of line 77 fixes it for me
20:11:27 <square1> although why it's in that block of code i'll never know
20:12:11 <square1> oh
20:12:19 <square1> it sould be -WhatIf not $WhatIf
20:27:24 <dag> https://gist.github.com/dagwieers/6e6f200074f17dea2457348a5e8b1d93
20:28:14 <trondhindenes> hi guys! just popping in to say im skipping todays meeting. back next week!!
20:28:23 <trondhindenes> vacationing...
20:28:57 <jhawkesworth_> my playbook looks a lot like yours
20:29:08 <jhawkesworth_> https://www.irccloud.com/pastebin/96xhOMRq/
20:29:12 <jhawkesworth_> hi trond catch you next time
20:31:45 <dag> https://github.com/ansible/ansible/pull/26412
20:34:22 <jborean93> https://www.irccloud.com/pastebin/hGo38hlm/
20:36:20 <dag> https://gist.github.com/dagwieers/d52dcfa41ed417352435cd783dbe0903
20:36:32 <dag> So for me it still works fine, and diff-mode shows it too ?
20:38:31 <dag> https://gist.github.com/dagwieers/d52dcfa41ed417352435cd783dbe0903
20:38:33 <dag> -    } elseif ($ReferenceData -is [string] -or $ReferenceData -is [int]) {
20:38:33 <dag> -        if ($ReferenceData -ceq $DifferenceData) {
20:38:33 <dag> +    } elseif ($ReferenceData -is [String] -or $ReferenceData -is [int]) {
20:38:34 <dag> +        if ($ReferenceData -eq $DifferenceData) {
20:38:54 <dag> +    } elseif ($ReferenceData -eq $DifferenceData) {
20:38:54 <dag> +        return $true
20:38:54 <dag> +    } else {
20:38:54 <dag> +        return $false
20:41:50 <jborean93> this work laptop is a POS, freezing every few seconds
20:42:29 <jborean93> I'll send through my git gist and raise a PR for the issue
20:53:12 <dag> https://github.com/ansible/ansible/pull/26412
20:59:18 <jborean93> https://github.com/ansible/ansible/pull/26415
21:00:42 <jborean93> that is the PR for the win_regedit fix
21:00:49 <jborean93> will wait until shippable finishes it's tests
21:01:48 <jborean93> so what's the next issue?
21:19:36 <karstensrage> are you still going?
21:21:46 <jborean93> yep, lots of issues
21:21:51 <jborean93> :)
21:25:53 <karstensrage> yikes
21:25:53 <karstensrage> feed back
21:37:08 <jborean93> line 151 in win_chocolatey shows it will throw an exception if the package doesn't exit
21:37:46 <BasicTheProgram> I contributed a fix to the problem http://bit.ly/2tO67i8
21:38:30 <jborean93> does "upgrade -dv -y all" work on the normal chocolately command line?
21:38:42 <jborean93> sorry I don't really use the tool too often
21:39:02 <BasicTheProgram> works on 0.10.3 and 0.10.7
21:39:15 <BasicTheProgram> That’s all I have installed on my networks
21:39:30 <jborean93> cool
21:39:55 <jborean93> looks like we need to try out your patch with the tests and see how it goes
21:41:37 <BasicTheProgram> I’m working around it with
21:42:05 <BasicTheProgram> raw
21:43:37 <jborean93> looks like dag is going to make a PR for it
21:44:23 <BasicTheProgram> Works for me vs the the right fix could be different solution :-)
21:45:33 <jhawkesworth_> bluejeans hosed for me - can only read chat
21:45:57 <jborean93> cool, will bring it to an end, there is plenty of stuff we can still continue on
21:46:13 <jborean93> dag and BasicTheProgram hopefully between the 2 of you we can fix 25018
21:46:21 <jborean93> I believe you have a similar fix for it
21:47:11 <jborean93> raise a PR for it and we can go through it together
21:47:17 <jborean93> thanks all for your time
21:47:20 <jborean93> #endmeeting
21:47:27 <jhawkesworth_> thanks everyone
21:48:00 <jborean93> can you end the meeting jhawkesworth_ mine didn't seem to work
21:48:04 <jborean93> I don't think I was a chair
21:48:10 <jhawkesworth_> #endmeeting