Re: [ansible-project] Skipping plugin (filenam.py) as it seems to be invalid: The 'cryptography' distribution was not found and is required by ansible

2021-07-20 Thread Dick Visser
There is very little tangible information in your message.
The error however still looks pretty clear to me.
Try installing the cryptography package (pip install cryptography).
I'm guessing that this will cause your filter plugin to work, so both the
warning and the error will disappear.


On Wed, 21 Jul 2021 at 06:51, Satya Narayana <
kondurisatyanarayan...@gmail.com> wrote:

> HI team,
>
> I am getting the below error while running the playbook some imports are
> related to grpc projects  if I comment that playbook execution is going
> smooth if I uncomment that It is throwing this warning and failing the task.
>
> *ERROR:*
> *TASK [get vv_details]
> *
> *task path: /home/service/satya/vs2.yml:23*
> *[WARNING]: Skipping plugin
> (/home/service/satya/filter_plugins/migration.py) as it seems to be
> invalid: The 'cryptography' distribution was not found and is required by
> ansible*
> *fatal: [10.226.102.101]: FAILED! => {*
> *"msg": "template error while templating string: no filter named
> 'get_vv_details'. String: {{vvs.json.response|get_vv_details}}"*
> *}*
>
>
> Please help me on this.
>
> Thanks and Regards
> satya
>
> --
> 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 ansible-project+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/ansible-project/8a42b44b-5ca9-4508-a942-78c292fbe8b5n%40googlegroups.com
> 
> .
>
-- 
Sent from a mobile device - please excuse the brevity, spelling and
punctuation.

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/CAL8fbwPB5Lc1c6qp%3DNWkjfvvH270mR80zx2QETPurkOYfXN1GA%40mail.gmail.com.


[ansible-project] Skipping plugin (filenam.py) as it seems to be invalid: The 'cryptography' distribution was not found and is required by ansible

2021-07-20 Thread Satya Narayana
HI team,

I am getting the below error while running the playbook some imports are 
related to grpc projects  if I comment that playbook execution is going 
smooth if I uncomment that It is throwing this warning and failing the task.

*ERROR:*
*TASK [get vv_details] 
*
*task path: /home/service/satya/vs2.yml:23*
*[WARNING]: Skipping plugin 
(/home/service/satya/filter_plugins/migration.py) as it seems to be 
invalid: The 'cryptography' distribution was not found and is required by 
ansible*
*fatal: [10.226.102.101]: FAILED! => {*
*"msg": "template error while templating string: no filter named 
'get_vv_details'. String: {{vvs.json.response|get_vv_details}}"*
*}*


Please help me on this.

Thanks and Regards
satya 

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/8a42b44b-5ca9-4508-a942-78c292fbe8b5n%40googlegroups.com.


[ansible-project] Skipping plugin

2020-02-13 Thread Jegan A
Hello Team,

   Am getting below warning message while running ansible Ad hoc 
command. There is no changes made in ansible.cfg file. How to avoid the 
below warning message. Could you please some one help me on this.

[WARNING]: Skipping plugin 
(/usr/lib/python2.7/site-packages/ansible/plugins/callback/foreman.py) as 
it seems to be invalid:
from_buffer() cannot return the address of the raw string within a str or 
unicode or bytearray object

[WARNING]: Skipping plugin 
(/usr/lib/python2.7/site-packages/ansible/plugins/callback/grafana_annotations.py)
 
as it seems to be
invalid: from_buffer() cannot return the address of the raw string within a 
str or unicode or bytearray object

[WARNING]: Skipping plugin 
(/usr/lib/python2.7/site-packages/ansible/plugins/callback/hipchat.py) as 
it seems to be invalid:
from_buffer() cannot return the address of the raw string within a str or 
unicode or bytearray object

[WARNING]: Skipping plugin 
(/usr/lib/python2.7/site-packages/ansible/plugins/callback/nrdp.py) as it 
seems to be invalid:
from_buffer() cannot return the address of the raw string within a str or 
unicode or bytearray object

[WARNING]: Skipping plugin 
(/usr/lib/python2.7/site-packages/ansible/plugins/callback/slack.py) as it 
seems to be invalid:
from_buffer() cannot return the address of the raw string within a str or 
unicode or bytearray object

[WARNING]: Skipping plugin 
(/usr/lib/python2.7/site-packages/ansible/plugins/callback/splunk.py) as it 
seems to be invalid:
from_buffer() cannot return the address of the raw string within a str or 
unicode or bytearray object

[WARNING]: Skipping plugin 
(/usr/lib/python2.7/site-packages/ansible/plugins/callback/sumologic.py) as 
it seems to be invalid:
from_buffer() cannot return the address of the raw string within a str or 
unicode or bytearray object

-- 
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 ansible-project+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/ansible-project/fdae4d4c-49c7-43e4-bddf-0dcf16a7feac%40googlegroups.com.