You can just use git checkout(s) for this - source contains a hacking/env-setup
script that you can source to use Ansible from source :-).
You can even make a wrapper:
#!/bin/bash
. /path/to/checkout/hacking/env-setup
ansible-playbook "${@}"
Bk Lau <[email protected]> napisał:
>Hi :
>
>I have a single control host that I would like to install different
>versions of Ansible to by placing each versions in their own separate
>directory.
>So, say, I want to execute a playbook1.yml using ansible version1 and
>playbook2.yml using ansible version2, etc. That's the idea.
>Have anyone tried this before?. Care to share your experience?
>
>Thanks,
>
>BK
>
>--
>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 [email protected].
>To post to this group, send email to [email protected].
>To view this discussion on the web visit
>https://groups.google.com/d/msgid/ansible-project/8a64c1bc-2907-4467-b25d-693cb64e90d4%40googlegroups.com.
>For more options, visit https://groups.google.com/d/optout.
--
Wysłane za pomocą K-9 Mail.
--
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 [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/ansible-project/20515553-81af-434c-9b99-92fb245e715e%40email.android.com.
For more options, visit https://groups.google.com/d/optout.