Found a way to overcome this.

Basically i just copy the F5.py and change the import in the module.

Copy Task
  - name: Upload python f5 support module
    copy: src=library/linux/f5/f5.py dest=/tmp/f5.py

within bigip_pool_member.py:

import sys
sys.path.append('/tmp')
from f5 import *



On Tuesday, November 3, 2015 at 3:16:05 PM UTC+2, Brian Coca wrote:
>
> those modules rely on features only present in 2.0 
>
>
>
> -- 
> Brian Coca 
>

-- 
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/e43fd0c8-7cef-43eb-859d-62ba46f25dda%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to