Odd message on Amazon Linux

Hello,
I installed ansible on Amazon Linux from EPEL and when I run ansible-playbook I am seeing the following output:

30-Jan-2014 22:28:15

{“status”:1,“request”:“fcd249e3686b4ea356853a8f75d8f5fe”}

30-Jan-2014 22:28:16

/usr/lib64/python2.6/site-packages/Crypto/Util/number.py:57: PowmInsecureWarning: Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.

30-Jan-2014 22:28:16

_warn(“Not using mpz_powm_sec. You should rebuild using libgmp >= 5 to avoid timing attack vulnerability.”, PowmInsecureWarning)

Should I be concerned? Should I change something? This Amazon Linux is an Elastic Agent for bamboo that I am using to orchestrate my cluster at the moment.

Thanks for your help,

https://groups.google.com/forum/#!topic/ansible-project/2G_BwedPLps/discussion

Using an EL5 based OS to run Ansible is pretty unusual now since we require Python 2.6.
(aka no EL 5)

There is also logic to catch warning noise from paramiko imports now – what version of Ansible are you using?


I’m using 1.4.4, installed from EPEL, Python is 2.6. It’s a brand new Amazon Linux machine.