[ansible-project] Re: ec2_facts and Windows

2015-09-22 Thread Rob White
When running against windows hosts, Ansible will only find modules that have a .ps1 prefix. ec2_facts is a Linux only module. I'm actually working on aa windows version at the moment and will hopefully submit a PR in the next week or so. -- You received this message because you are subscribe

[ansible-project] Re: ec2_facts and Windows

2015-09-22 Thread Rob White
When running against windows hosts, Ansible will only find modules that have a .ps1 prefix. ec2_facts is a Linux only module. I'm actually working on aa windows version at the moment and will hopefully submit a PR in the next week or so. -- You received this message because you are subscribe

[ansible-project] Re: ec2_facts and Windows

2015-08-28 Thread Julie Reier
J Hawkesworth googlemail.com> writes: > > > HeyIf you are using ansible from a  source (git checkout) then just do what the message says and rungit submodule update --init --recursiveThis will then pick up the modules (which are stored in git submodules) and you should be good to go.Hope that

[ansible-project] Re: ec2_facts and Windows

2015-08-28 Thread J Hawkesworth
Hey If you are using ansible from a source (git checkout) then just do what the message says and run git submodule update --init --recursive This will then pick up the modules (which are stored in git submodules) and you should be good to go. Hope that helps, Jon On Wednesday, August 26, 2