I am unable to use the 1.8 omit default eitherenv={{item.container.env|default(omit)}}One or more undefined variables: 'omit' is undefinedWhen using the dev version should ansible --version still say 1.7.2?the 'which ansible' command is pointing to my checkout...
On Tuesday, 11 November 2014 19:16:30 UTC+9, Dane Lipscombe wrote:I would like to pass arguments to the docker module like so:- container:name: 'testa'image: 'testa'- container:name: 'testb'image: 'testb'- name: Start docker containersdocker:args: "{{item.container}}"with_items: run_docker_containersBut i get the error:ERROR: args must be a dictionary, received {{item.container}} (<type 'str'>)I saw that there was a bug here and tried the latest dev version still without successshould the above issue have fixed the problem above?