sleighzy / ansible-kafka

Ansible role for installing and configuring Apache Kafka on RedHat and Debian platforms.
MIT License
122 stars 80 forks source link

Use ipam_config for Docker network in test #8

Closed sleighzy closed 3 years ago

sleighzy commented 3 years ago

The ipam_options for Docker network used in the Travis tests was deprecated in Ansible 2.8. This has now been removed as ipam_config should be used instead. Using ipam_options causes Travis-CI build failures when running the tests.