Hi, we're in the situation where a module has external requirements, but the latest version of the external module won't work. How do I best express this in "-Requirements"? Today it reads: Requirements (on host that executes module) <http://docs.ansible.com/ansible/azure_rm_deployment_module.html#id2>
- python >= 2.7 - azure >= 2.0.0rc2 The correct would be: Requirements (on host that executes module) <http://docs.ansible.com/ansible/azure_rm_deployment_module.html#id2> - python >= 2.7 - azure = 2.0.0rc2 or azure 2.0.0rc3 Is this a valid way of specifying exact versions for dependencies? -- You received this message because you are subscribed to the Google Groups "Ansible Development" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
