mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
23291e8d8c
break up the tests so that we can maybe run this on at least one platform
4 lines
124 B
YAML
4 lines
124 B
YAML
- name: Install docker packages (yum)
|
|
yum:
|
|
state: present
|
|
name: docker,docker-registry,python-docker-py,nmap-ncat
|