Re: [ansible-project] ansible-galaxy (ansible2.0.0) : backwards uncompatibility (anisble1.9.4)

2016-03-08 Thread Nicolas Dupont-Jubien
Thanks for the answer Brian. But what about the offline mode, the capability to use ansible-galaxy to retrieve modules and plugins and not only roles from different repositories ? Is there a place to ask for a new feature (add an issue in the Github project) ? Regards, Nicolas > Le 8 mars 201

[ansible-project] ansible-galaxy (ansible2.0.0) : backwards uncompatibility (anisble1.9.4)

2016-03-08 Thread Nicolas Dupont-Jubien
Summary: Before Ansible2, we used *ansible-galaxy* program to assembly our project workspace (See above a sample ot requirements.yml file) ansible-galaxy install -f -r requirements.yml The directories *path/name* were then created or updated and we were able to use *ansible-galaxy* for othe

[ansible-project] Re: Back order for with_items

2014-10-01 Thread Nicolas Dupont-Jubien
Hello, The filter reverse returns a reverselistiterator and will be inappropriate here. I suggest you to use *with_items: *your_liste*[::-1] * Regards, Le mercredi 7 mai 2014 12:43:04 UTC+2, Aleksey Smart a écrit : > > Hello! > > I use zfs module for creating necessary structure. > Using