Re: [ansible-project] [WARNING]: The "winrm" connection plugin has an improperly configured remote target value, forcing "inventory_hostname" templated value instead of the string

2022-06-09 Thread Bob Tanner
Thanks for the quick response. > On Jun 9, 2022, at 10:42 AM, Matt Martz wrote: > > This was a bug in ansible-core 2.13.0, and will be resolved in 2.13.1 which > is scheduled for release on June 20. See > https://github.com/ansible/ansible/pull/77894 >

Re: [ansible-project] How to test Windows roles on arm64 MacBook Pro?

2022-03-21 Thread Bob Tanner
Which docker container can be used for testing on arm64? https://hub.docker.com/search?q=microsoft&type=image&architecture=arm64&page=1 <https://hub.docker.com/search?q=microsoft&type=image&architecture=arm64&page=1> > On Mar 21, 2022, at 10:49 AM, Bob T

Re: [ansible-project] How to test Windows roles on arm64 MacBook Pro?

2022-03-21 Thread Bob Tanner
Maybe I do not understand docker? I do not know how to find the arm64 Window docker images. As I understand docker, running the docker app on arm64 macOS, it cannot run amd64 Window images. $ docker pull mcr.microsoft.com/windows/servercore:ltsc2022 ltsc2022: Pulling from windows/servercore no

Re: [ansible-project] Updated example ansible.cfg?

2020-03-24 Thread Bob Tanner
ue, Mar 24, 2020 at 4:47 PM Bob Tanner <mailto:b...@tanners.org>> wrote: > Did a git pull that rebased everything to shift to the collection stuff. > > https://docs.ansible.com/ansible/latest/user_guide/collections_using.html > <https://docs.ansible.com/ansible/latest/u

[ansible-project] Updated example ansible.cfg?

2020-03-24 Thread Bob Tanner
Did a git pull that rebased everything to shift to the collection stuff. https://docs.ansible.com/ansible/latest/user_guide/collections_using.html talks about Galaxy server (as listed in the ansible.cfg file under GALAXY_SERVER

Re: [ansible-project] loop vs with_items and union(query('vars', item))

2019-08-09 Thread Bob Tanner
Wow, how embarrassing! Thank you! > On Aug 9, 2019, at 7:39 PM, Kai Stian Olstad > wrote: > > loop is indented to much, remove 2 spaces so it align on the same level as > debug. -- Bob Tanner Clash of Clan Tag: #LUJ2CPU Follow me on Facebook <http://on.fb.me/i

[ansible-project] loop vs with_items and union(query('vars', item))

2019-08-09 Thread Bob Tanner
Trying to switch from with_items to loops and having problems. Similar to the problem I posted about at https://groups.google.com/d/msg/ansible-project/UTXDN4pztvM/EGppDy1CAwAJ I do not understand why item is undefined in the in the loop task. Simple task list - debug: msg: "X hostvars

[ansible-project] import_tasks: vs include: when using when: conditional

2019-08-05 Thread Bob Tanner
Simple tasks, where I want the "Remote git configuration" task to only be run when apache2_configuration == 'git' - debug: msg: "DEBUG: {{ apache2_configuration }}" tags: apache2-servers - name: Remote git configuration import_tasks: remote-git.yml when: apache2_configuration == 'git'

[ansible-project] Re: Ansible as a Packer provisioner hanging?

2019-07-31 Thread Bob Tanner
I can ssh to the public IP address of the Packer AMI but Ansible being run as a provisioner in Packer shows this log: amazon-ebs: <127.0.0.1> ESTABLISH SSH CONNECTION FOR USER: ubuntu amazon-ebs: <127.0.0.1> SSH: EXEC ssh -vvv -o IdentitiesOnly=yes -o StrictHostKeyChecking=no -o Port=503

[ansible-project] Ansible as a Packer provisioner hanging?

2019-07-31 Thread Bob Tanner
Trying to use ansible as a provisioner in packer. Ansible is hanging during the TASK [Gathering Facts] and I have no idea why ```json the provisioner is below: { "type": "ansible", "command": "script/ansible.sh", "playbook_file": "playbooks/testing_ami.yml", "user":

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-12 Thread Bob Tanner
Tested against Windows7, Windows10, Windows Server 2008 R2, Windows Server 2016 and all releases hang on the upgrade of CleanUp! Looking like the problem with win_chocolatey and AutoIt. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To uns

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-12 Thread Bob Tanner
> IF remove cancel out (control-c) the Ansible process on the management host > and I do a “choco list -lo” on the managed host I get a warning: > > “[Pending] Removing incomplete install for ‘cleanup’” > > That would seem to hint that the chocolatey was processing the CleanUp! > package? > >

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-12 Thread Bob Tanner
as powershell.exe and choice.exe. IF remove cancel out (control-c) the Ansible process on the management host and I do a “choco list -lo” on the managed host I get a warning: “[Pending] Removing incomplete install for ‘cleanup’” That would seem to hint that the chocolatey was processing th

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-12 Thread Bob Tanner
ected failure during module execution.", "stdout": “"} Some time stats real 65m28.845s user 3m14.159s sys 0m47.496s -- Bob Tanner Clash of Clan Tag: #LUJ2CPU Follow me on Facebook and Twitter! Clash Royale Tag: #2Q98YPC -- You received this message because you are su

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-11 Thread Bob Tanner
nformation > 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 Clash of Clan Tag

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-11 Thread Bob Tanner
) = 0 0 select(0x0, 0x0, 0x0, 0x0, 0x7FFEE3C1D610) = 0 0 select(0x0, 0x0, 0x0, 0x0, 0x7FFEE3C1D610) = 0 0 select(0x0, 0x0, 0x0, 0x0, 0x7FFEE3C1D610) = 0 0 -- Bob Tanner Clash of Clan Tag: #LUJ2CPU Follow me on Facebook <http://on.fb

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-11 Thread Bob Tanner
in behavior. The “update installed chocolatey packages” task hangs. -- Bob Tanner 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

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-11 Thread Bob Tanner
n my macOS controller I pretty much follow https://web.mit.edu/Kerberos/www/krb5-devel/doc/user/tkt_mgmt.html I’ll install pexpect and see if things work better. I’ll follow up on the other questions after working things with pexpect installed. -- Bob Tanner Clash of Clan Tag: #

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-10 Thread Bob Tanner
Hi Bob, > > Does it just hang on chocolatey or on other things too? > > I think there's been a recent change which may have broken the > ansible<->chocolatey integration although iirc its been fixed by latest > chocolatey. > > Anything in the event logs on the target machine(s)? I don't use ch

Re: [ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-07 Thread Bob Tanner
On Thursday, June 6, 2019 at 10:44:33 PM UTC-5, Dick Visser wrote: > > If everything worked, what was the reason for upgrading to an unreleased > development version? > > This isn't a production environment and I am testing the devel branch by design. Helping with making ansible better? -- Yo

[ansible-project] Re: 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-06 Thread Bob Tanner
I do notice when things hang the python process goes into a zombie state. 501 87898 86460 0 9:37PM ttys0000:00.00 (python) 2006 0 00 0 - Z 501 87900 86460 0 9:37PM ttys0000:00.00 (python) 2006 0 00 0 - Z 501

[ansible-project] 2019-Jun-06 devel branch and random hangs using winrm?

2019-06-06 Thread Bob Tanner
Upgraded ansible to $ ansible --version ansible 2.9.0.dev0 config file = /Users/tanner/projects/ansible.git/playbooks.git/celadonsystems.com/ansible.cfg configured module search path = [u'/Users/tanner/.ansible/plugins/modules', u'/usr/share/ansible/plugins/modules'] ansible pytho

[ansible-project] Behavior change with union(query('vars', item)) when used with loop|list or loop|list vs loop|flatten?

2019-05-24 Thread Bob Tanner
Back in May of 2018 I asked "How to use group_vars when managed host is in multiple groups ?" (see https://groups.google.com/d/msg/ansible-project/Tzb_cNpytD0/fB-xDIRFBAAJ) and Brian Coca present an excellent solution.

Re: [ansible-project] "ERROR: Cannot process argument transformation on parameter 'url64bit'. Cannot convert value to type System.String.",

2018-05-04 Thread Bob Tanner
mporting function 'Install-ChocolateyFileAssociation'.", "VERBOSE: Importing function 'Install-ChocolateyInstallPackage'.", "VERBOSE: Importing function 'Install-ChocolateyPackage'.", "VERBOSE: Importing function

Re: [ansible-project] CLI "choco install rsat" works win_chocolatey install rsat fails

2018-05-04 Thread Bob Tanner
I am attempting to re-open https://github.com/ansible/ansible/issues/39384#issuecomment-384756704 <https://github.com/ansible/ansible/issues/39384#issuecomment-384756704> -- Bob Tanner Clash of Clan Tag: #LUJ2CPU Follow me on Facebook <http://on.fb.me/igBSwK> and Tw

Re: [ansible-project] Ansible, windows, and package management

2018-04-25 Thread Bob Tanner
Yes, for packages in the chocolatey repository. > On Apr 25, 2018, at 12:15 PM, Mike Fennemore > wrote: > > Tried using chocolatey with win_choco? -- Bob Tanner -- You received this message because you are subscribed to the Google Groups "Ansible Project"

Re: [ansible-project] SID to username?

2018-04-22 Thread Bob Tanner
> On Apr 23, 2018, at 12:35 AM, Jordan Borean wrote: > > Ansible has the full power of PowerShell available at hand I should have been more specific in my question. Meant native to ansible. I’ll jump to powershell. -- You received this message because you are subscribed to the Google Groups

Re: [ansible-project] expected , but found '-'

2017-09-21 Thread Bob Tanner
On Thursday, September 21, 2017 at 3:11:41 PM UTC-5, Matt Martz wrote: > > You seem to be missing `tasks:` in your first play. As such YAML wasn't > expecting you to start a list there. > > So the original authors Listing 11 is wrong? -- You received this message because you are subscribed

[ansible-project] expected , but found '-'

2017-09-21 Thread Bob Tanner
I'm following this post, https://www.ibm.com/developerworks/cloud/library/cl-provision-docker-containers-ansible/index.html, and Listing 11 --- - name: initialize provisioning hosts: docker - name: start up target container docker: image: python:2.7 name: lab pull:

[ansible-project] Re: Help with playbooks

2017-09-21 Thread Bob Tanner
This is what I do. https://gist.github.com/basictheprogram/29a093366b2bdc9d15a07312c8d29587 -- 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+u

[ansible-project] Ansible with programs that get installed into %userprofile%/AppData?

2017-06-21 Thread Bob Tanner
Anyone have recommendations (and/or example playbooks) that install programs that get installed into %userprofile%/AppData? I'm trying to install Slack with Ansible and win_chocolatey but I can only get Slack to install as the ansible_user. -- You received this message because you are subscrib

[ansible-project] Re: HOWTO edit HKEY_CURRENT_USER that's not the ansible user?

2017-06-16 Thread Bob Tanner
http://bit.ly/2tcKt3L Difference between HKEY_Current_User and HKEY_USERs? Suggests edits to HKEY_USERS should be reflected in HKEY_CURRENT_USER -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop rec

[ansible-project] Re: HOWTO edit HKEY_CURRENT_USER that's not the ansible user?

2017-06-16 Thread Bob Tanner
> So the 'HKEY_CURRENT_USER' when running as 'user' can also be accessed at > 'HKEY_USERS\S-1-5-21-2607664055-1112657780-300677247-500'. > I put the edits into the HKEY_USERS\S-*-*-*-*-* should they show up in the HKEY_CURRENT_USER when I'm logged in as that user? It doesn't look like it. --

Re: [ansible-project] Ansible Windows become_user per task?

2017-03-10 Thread Bob Tanner
with "Access is denied"), so you can only use > it with Basic, CredSSP, and Certificate auth (hoping to nail this one down in > the next few days). -- Bob Tanner Clash of Clan Tag: #LUJ2CPU Follow me on Facebook <http://on.fb.me/igBSwK> and Twitter <http://bit.l

[ansible-project] Why is package management so convoluted with Ansible and Windows?

2016-07-17 Thread Bob Tanner
Can someone send me some links about why it's so convoluted to get Ansible manage of software packages on Windows? Even with all the flavors of package managers on the Linux side of things Ansible does a great job. Moving into the Ansible manage of Windows world things just seem so convoluted

[ansible-project] Re: win_package uninstall example?

2016-06-11 Thread Bob Tanner
Uninstalling Windows packages via Ansible is hard. Is this normal? I feeling like I'm missing something fundamental using Ansible to manage Windows. Here's my playbook. - name: disable UAC pop up for Administrators win_regedit: key: HKLM:\Software\Microsoft\Windows\CurrentVersion\Polici

[ansible-project] Re: win_package uninstall example?

2016-06-10 Thread Bob Tanner
Very good info. Thank you! Not sure this group or this thread is the right place to ask, but can you talk about Interactive services (slide 27) I do not understand why you would want to turn them off or on. -- You received this message because you are subscribed to the Google Groups "Ansible

[ansible-project] Re: win_package uninstall example?

2016-06-09 Thread Bob Tanner
And finally after 281m Finally { Remove-Item "C:\Users\Administrator\AppData\Local\Temp\ansible-tmp-1465501508.58-107879928529086" -Force -Recurse -ErrorAction SilentlyContinue } Traceback (most recent call last): File "/Users/tanner/projects/ansible.git/ansible/lib/ansible/plugins/conne

[ansible-project] Re: win_package uninstall example?

2016-06-09 Thread Bob Tanner
Thank you for the example. I'm testing win_package to remove Silverlight and after 15 minutes of waiting Ansible has not returned. Here is the task I'm using. - name: remove packages (win_package) win_package: > name="Microsoft Silverlight" path="C:\\Program Files\\Microsoft Silverli

[ansible-project] win_package uninstall example?

2016-06-08 Thread Bob Tanner
I'm trying to figure out how to use win_package to uninstall software. The state="absent" would do an uninstall? It would seem this module can be used only for package installation? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsub

Re: [ansible-project] template: shows change every time but no change?

2016-04-28 Thread Bob Tanner
Thank you for the advise. It looks like it's not an Ansible thing. It looks like only happens when I run the Ansible playbook via Vagrant. Thanks again. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and st

[ansible-project] template: shows change every time but no change?

2016-04-28 Thread Bob Tanner
$ ansible --version ansible 2.2.0 (devel 7af47a3886) last updated 2016/04/28 13:40:56 (GMT -500) lib/ansible/modules/core: (detached HEAD e78ee3b128) last updated 2016/04/28 13:40:56 (GMT -500) lib/ansible/modules/extras: (detached HEAD ca310f3d15) last updated 2016/04/28 13:40:56 (GMT -500)

[ansible-project] lineinfile behavior replace line if found, add line if not found?

2016-04-17 Thread Bob Tanner
Struggling with lineinfile behavior. The general question: can lineinfile be used to replace a line in a file if it's found and if it's not found add the line to the file? I've seen posts saying yes, same saying no, same saying don't use lineinfile, use a template. Here's the recipe I've been

[ansible-project] Only execute task if variable is defined when using with_items?

2015-10-21 Thread Bob Tanner
I want the following task to be executed only when etc_hosts is defined - name: other important hosts in /etc/hosts lineinfile: > dest='/etc/hosts' regexp='.*{{ item.hostname }}$' line='{{ item.address }} {{ item.hostname }}' state='present' with_items:

Re: [ansible-project] ansible-playbook stops after include

2015-09-02 Thread Bob Tanner
On Wednesday, September 2, 2015 at 4:08:30 PM UTC-5, Michael Legleux wrote: > > This configuration works fine with 1.9.2 though. > > - output shows what? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group an

[ansible-project] Re: Ansible 2.0.0 alpha is ready for testing!

2015-08-27 Thread Bob Tanner
Does this mean v1 stuff is gone from devel branch? First, rewinding head to replay your work on top of it... warning: unable to rmdir v1/ansible/modules/core: Directory not empty warning: unable to rmdir v1/ansible/modules/extras: Directory not empty This is from my normal git clone via git pull

[ansible-project] Re: ansible command or shell: vagrant add box ubuntu/trusty64

2015-08-02 Thread Bob Tanner
What version of ansible? -- 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 an

[ansible-project] Re: ETA on Ansible 2.0 ?

2015-07-28 Thread Bob Tanner
Not an answer, just a comment. I've been running v2 inside of my git clone for awhile. Been a few issues, but they have been fixed very quickly. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiv

[ansible-project] Re: WinRM configuration script error

2015-06-05 Thread Bob Tanner
Any helpful info here? http://powershell.com/cs/media/p/7257.aspx#windows-powershell-remoting Similar to the firewall check, check the trusted hosts. That was my problem. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from t

[ansible-project] Re: WinRM configuration script error

2015-06-04 Thread Bob Tanner
What does $PSVersionTable return for you? PS > $PSVersionTable Name Value - PSVersion 4.0 WSManStackVersion 3.0 SerializationVersion 1.1.0.1 CLRVersion 4.0.30319.34209 Bui

Re: [ansible-project] Re: V2 is live

2015-06-04 Thread Bob Tanner
Many do I hate top posting. Opened an issue before I read your post. https://github.com/ansible/ansible/issues/11171 Still getting: $ source v1/hacking/env-setup python: can't open file 'setup.py': [Errno 2] No such file or directory But my v1 playbooks and plays are working now. On Thursday,

[ansible-project] Re: V2 is live

2015-06-03 Thread Bob Tanner
Before I pollute the issue tracker, cannot get v1 code to source properly. $ git show commit 0826106441d15820d086c1c9eaf6242aa80e4406 Author: Brian Coca <**snip**@gmail.com> Date: Wed Jun 3 22:19:26 2015 -0400 $ ansible --version ansible 2.0.0 (devel 0826106441) last updated 2015/06/03 21:55:0

Re: [ansible-project] Re: ERROR: win_copy is not a legal parameter in an Ansible task or handler

2015-04-30 Thread Bob Tanner
On Thursday, April 30, 2015 at 8:35:21 PM UTC-5, Brian Coca wrote: > > some "win stuff" was, win_copy was not part of that stuff. > > So the posts where I saw people using action scripts (as part of win_copy?), that is outside the normal git development tree? I'd need to merge in the PR that i

[ansible-project] ERROR: win_copy is not a legal parameter in an Ansible task or handler

2015-04-30 Thread Bob Tanner
I thought the win_* stuff was merged into 1.9? $ ansible --version ansible 2.0.0 (devel b08e35bb8a) last updated 2015/04/29 09:50:21 (GMT -500) lib/ansible/modules/core: (detached HEAD e95c0b2df3) last updated 2015/04/30 02:06:46 (GMT -500) lib/ansible/modules/extras: (detached HEAD 764a0e26b

[ansible-project] Re: file module hangs

2015-02-15 Thread Bob Tanner
Looks like the same bug as listed here: http://bit.ly/1CyR3Ok Previous host set the sudo password and every host after sudo doesn't work. -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To unsubscribe from this group and stop receiving email

[ansible-project] Re: file module hangs

2015-02-15 Thread Bob Tanner
Seems like some previous play is causing issues or problems with plays further down in the playbook. Not sure how to debug this. -- 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

[ansible-project] file module hangs

2015-02-15 Thread Bob Tanner
Did a git pull and now the file module is hanging randomly on my ubuntu servers. I followed the tips for debugging found here: http://willthames.github.io/2014/04/28/debugging-ansible-for-fun-and-no-profit.html http://michaeldehaan.net/post/35403909347/tips-on-using-debuggers-with-ansible And t

Re: [ansible-project] Re: apt: upgrade=dist play hangs

2015-01-15 Thread Bob Tanner
Yes, that's the issue. The follow ups are not clear to me. Is ansible behaving as expected? Meaning, if you set the 'ansible_sudo_pass' in a host_vars it's set from that point forward? -- You received this message because you are subscribed to the Google Groups "Ansible Project" group. To uns

Re: [ansible-project] Re: apt: upgrade=dist play hangs

2015-01-14 Thread Bob Tanner
I think I found the problem and I think it's a bug. I have an inventory file that looks like this: [web-servers] www.domain1.com www.domain2.com www.one-off.com www.domain3.com www.domain4.com Once ansible hits the www.one-off.com every www.domainX.com after that has sudo authenticati

Re: [ansible-project] Re: apt: upgrade=dist play hangs

2015-01-14 Thread Bob Tanner
On Wednesday, January 14, 2015 at 12:03:27 PM UTC-6, Brian Coca wrote: > > ok, so what happens when you run "apt-get dist-upgrade" , both these > commands are what ansible is running for you with those arguments to > the module. > > Works as expected. Oddly if I --limit "www.X.com" it also wo

Re: [ansible-project] Re: apt: upgrade=dist play hangs

2015-01-14 Thread Bob Tanner
I should have posted that info in the first place. Thanks for asking. Things work fine when apt-get update from the command line. On Wednesday, January 14, 2015 at 6:36:16 AM UTC-6, Brian Coca wrote: > > what happens when you manually run 'apt-get update' on the same machine? > > > -- > Brian C

[ansible-project] Re: apt: upgrade=dist play hangs

2015-01-13 Thread Bob Tanner
Have this play hang now too. - name: package update (apt) apt: update_cache=yes cache_valid_time=3600 sudo: yes always_run: yes Verbose run shows this on multiple hosts: ESTABLISH CONNECTION FOR USER: ansible-user on PORT 22 TO host.domain.com REMOTE_MODULE apt update_cache=yes cache_v

[ansible-project] Re: apt: upgrade=dist play hangs

2015-01-13 Thread Bob Tanner
> Here is what I see on the ansible host for a process list > > 501 82141 31032 0 12:05PM ttys0040:00.80 python ansible-playbook > --ask-pass --ask-sudo -i customers/.com linux-servers.yml --tags apt > 501 82151 82141 0 12:06PM ttys0040:00.04 python ansible-playbook > --ask-pa

[ansible-project] apt: upgrade=dist play hangs

2015-01-13 Thread Bob Tanner
git pulled the latest code $ git rev-parse HEAD f1fdddb640e1dfcd8fdc930031db267947d8cb70 and now the following play hangs - name: package upgrade (apt) apt: upgrade=dist sudo: yes All computers have minimal load. Logs on the remote computer show: ansible-apt: Invoked with dpkg_options=for

[ansible-project] Re: Older version ansible-modules-extras / source_control / bzr.py and stacked=yes

2014-11-21 Thread Bob Tanner
On Friday, November 21, 2014 7:02:09 AM UTC-6, Brian Coca wrote: > > Git allows you to chase history across renames/moves with --follow: > > #>git log --follow bzr.py > > > > I don't see a 'remove stacked' commit message, but it might be in one of > those > > Thanks. That was helpful. With that

[ansible-project] Older version ansible-modules-extras / source_control / bzr.py and stacked=yes

2014-11-21 Thread Bob Tanner
In an older version of bzr module I was able to use stacked=yes like this: - name: bzr branch --stacked lp:bzr-email bzr: name=lp:bzrtools dest=~"{{ansible_user}}"/.bazaar/plugins/email stacked=yes I decided to play with the github repository for ansible so I git clone git://github.com/ansib

[ansible-project] ansible 1.8 (devel 4c86bd3ca6) not reading group_vars?

2014-10-22 Thread Bob Tanner
Following the documentation at http://docs.ansible.com/intro_windows.html. I setup an inventory file and group windows. I setup a group_vars for for windows. $ cat customer/windows-testing [windows] appserv.int.domain.com $ cat group_vars/windows.yml ansible_ssh_user: Administrator ansible_ssh_p