1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Also need redhat-rpm-config to compile pycrypto

This commit is contained in:
Toshio Kuratomi 2015-12-19 11:27:16 -08:00
parent d32a885e98
commit 51cca87d67

View file

@ -39,6 +39,7 @@
- python-virtualenv - python-virtualenv
- yum - yum
- yum-metadata-parser - yum-metadata-parser
- redhat-rpm-config
when: ansible_os_family == 'RedHat' when: ansible_os_family == 'RedHat'
- name: Install Debian ansible dependencies - name: Install Debian ansible dependencies