mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-08 06:12:51 +00:00
Attempt to enable docker tests for rhel/centos6 as well
This commit is contained in:
@@ -1,4 +1,18 @@
|
||||
- name: Install docker packages (yum)
|
||||
yum:
|
||||
state: present
|
||||
name: docker,docker-registry,python-docker-py,nmap-ncat
|
||||
name: docker-io,docker-registry,python-docker-py
|
||||
|
||||
- name: Install netcat
|
||||
yum:
|
||||
state: present
|
||||
name: nmap-ncat
|
||||
# RHEL7 as well...
|
||||
when: ansible_distribution == 'Fedora'
|
||||
|
||||
- name: Install netcat
|
||||
yum:
|
||||
state: present
|
||||
name: nc
|
||||
when: ansible_distribution != 'Fedora'
|
||||
|
||||
|
||||
Reference in New Issue
Block a user