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

Add awk to integration test deps list

This commit is contained in:
James Cammarata 2015-12-18 07:47:23 -05:00
parent a391d6f89a
commit 44e30e49dd

View file

@ -33,6 +33,7 @@
- openssl - openssl
- make - make
- gcc - gcc
- gawk
- python-devel - python-devel
- libselinux-python - libselinux-python
- python-virtualenv - python-virtualenv
@ -49,6 +50,7 @@
- mercurial - mercurial
- git - git
- unzip - unzip
- gawk
- python-dev - python-dev
- python-virtualenv - python-virtualenv
when: ansible_os_family == 'Debian' when: ansible_os_family == 'Debian'