--- Log opened Tue Jul 09 00:00:38 2019 00:23 -!- Catonic [~catonic@76.237.111.250] has joined #se2600 00:23 -!- mode/#se2600 [+o Catonic] by ChanServ 00:27 -!- Catonic [~catonic@76.237.111.250] has quit [Quit: leaving] 03:03 -!- Warcop [~josh@mobile-166-177-186-170.mycingular.net] has quit [Ping timeout: 258 seconds] 03:04 -!- Warcop [~josh@mobile-166-172-56-174.mycingular.net] has joined #se2600 10:05 -!- crashcartpro [uid29931@gateway/web/irccloud.com/x-cbhmexzywifievbc] has joined #se2600 10:06 -!- K`Tetch_ [~no@47.39.211.239] has joined #se2600 10:10 -!- K`Tetch [~no@unaffiliated/ktetch] has quit [Ping timeout: 245 seconds] 13:18 -!- skiboy [~skiboy@66.115.168.20] has quit [Quit: Leaving] 13:56 <@Mirage> "California quakes left a crack in the Earth so big it can be seen from space" 13:57 <@Mirage> big fucking woop....you can tell what kind of cars are parked in my driveway on google maps too.. 14:01 < xray> Actually they can read your license plate 14:02 < xray> and some systems may be able to tell the brand of cigarettes you smoke from the art work on the pack. 14:02 < xray> Now if they are saying they can be seen from the ISS with the naked eye. . . that is a different thing. 14:07 <@Mirage> Going by the pics, that's obviously not the case. And yes..there are some satellites that can see extreme detail...but those aren't publicly available like those used for google maps, etc 14:10 <@Mirage> Hell, back in the early 90's a guy I went to HS with was working for Naval Intelligence. Since he couldn't get leave to make it to his best friend's wedding he instead sent a satellite photo of the church at the time the ceremony was taking place and blown up large enough to identify his car and read "Just Marrried" on the back window and a not that said "Wish I was there.." 14:23 < aestetix> That's creepy as shit 14:23 < aestetix> On the other hand, if they can use that stuff to find terrorists, then it's a good thing 14:24 <@oddball> best rule of thumb is that anything that's out in the open can be seen. 17:44 <@Mirage> and what's seen can't be unseen! 18:12 <@eryc> i bet they can't see my dick from space! 19:04 -!- NotLarry [~NotLarry@c-68-52-173-111.hsd1.tn.comcast.net] has quit [Ping timeout: 246 seconds] 19:04 -!- NotLarry_ [~NotLarry@c-68-52-173-111.hsd1.tn.comcast.net] has quit [Ping timeout: 244 seconds] 19:14 -!- NotLarry [~NotLarry@c-68-52-173-111.hsd1.tn.comcast.net] has joined #se2600 19:14 -!- mode/#se2600 [+o NotLarry] by ChanServ 20:03 <@Evilpig> motherfucker... 20:03 <@Evilpig> I've stumbled into a bug with ansible that is fucking retarded 20:04 <@Evilpig> if you include a file into a playbook and in that include there is a loop. that loop will be executed no matter what conditionals are applied to it. 20:04 < xray> say what? That is nuts 20:04 <@eryc> did you try when: false 20:05 <@Evilpig> even worse.... if you tell it to include a file based on criteria like "blahblah" in inventory_hostname and you're running it against "stupidcomputername" it shouldn't include that file at all... BUT IT RUNS THE LOOP ANYWAY! 20:05 <@Evilpig> so now I have to write up an example of this and submit a high priority bug repot to redhat tomorrow because this is fucking retarded. it was confusing the hell out of me how I was running this against a test system and this loop kept creeping in. I knew where it was coming from but it made no sense why 20:06 <@eryc> that's a basic example 20:06 <@eryc> i have doubts 20:06 <@Evilpig> https://github.com/ansible/ansible/issues/36978 20:06 < PigBot> include_tasks in a loop breaks task execution order · Issue #36978 · ansible/ansible · GitHub (at github.com) http://tinyurl.com/y4j7ezxr 20:06 <@Evilpig> there's this bug out there and it's semi-related and confirmed but i'll get an exact test example tomorrow 20:07 <@eryc> i'm curious to reproduce it when you do 20:07 <@Evilpig> I've got the playbook runs to show it is doing it. I can remove the loop and the condition goes away. I even tried setting the variable for the loop that was fucking me but it wouldn't read it because it wasn't in context 20:10 <@eryc> are you on the latest version? 20:11 <@eryc> not that they mentioned any bugs like this 20:12 <@eryc> for some reason i took this job using ansible against like 20k network devices 20:12 <@eryc> it's been annoying 20:14 <@Evilpig> 2.7 20:14 <@Evilpig> I think I can write out a quick playbook example. just a bit brain dead from fiddling with this for the last few hours 20:21 <@eryc> if you can get an example i can run it on the latest and maybe debug it a little 20:25 <@Evilpig> https://gist.github.com/wilpig/4325493e5ef7bcee510fcc79787357c9 20:25 < PigBot> playbook-debug · GitHub (at gist.github.com) http://tinyurl.com/y2ksujvn 20:25 <@Evilpig> https://www.dropbox.com/s/o9qt59bv2lh980w/ansible_bug.zip?dl=0 20:25 < PigBot> Dropbox - ansible_bug.zip - Simplify your life (at www.dropbox.com) http://tinyurl.com/y4wfhjjf 20:26 <@Evilpig> there's the output of the test, and here's a dead simple example 20:28 <@Evilpig> ansible 2.7.10 20:28 <@Evilpig> pretty sure that's near current 20:51 <@eryc> Evilpig: if i change the first include to include_tasks it seems to do the right thing 20:58 <@Evilpig> I tried that before. I'll try it again though 21:04 <@Evilpig> emailed that off to my redhat point of contact and he said the same thing with a little more info 21:04 <@Evilpig> I had to chagne all of the includes to include_task and it is working as expected now. 21:05 <@Evilpig> https://docs.ansible.com/ansible/latest/modules/include_module.html#notes 21:05 < PigBot> include – Include a play or task list — Ansible Documentation (at docs.ansible.com) http://tinyurl.com/y3aeotqv 21:13 -!- crashcartpro [uid29931@gateway/web/irccloud.com/x-cbhmexzywifievbc] has quit [Quit: Connection closed for inactivity] 23:18 -!- Warcop [~josh@mobile-166-172-56-174.mycingular.net] has quit [Remote host closed the connection] --- Log closed Wed Jul 10 00:00:39 2019