Add CentOS support
This commit is contained in:
committed by
Lukasz Zajaczkowski
parent
ce6fd46637
commit
82be3d08f3
@@ -18,7 +18,7 @@ bridge-utils:
|
|||||||
- mode: 644
|
- mode: 644
|
||||||
- makedirs: true
|
- makedirs: true
|
||||||
|
|
||||||
{% if grains.os == 'Fedora' and grains.osrelease_info[0] >= 22 %}
|
{% if (grains.os == 'Fedora' and grains.osrelease_info[0] >= 22) or (grains.os == 'CentOS' and grains.osrelease_info[0] >= 7) %}
|
||||||
|
|
||||||
docker:
|
docker:
|
||||||
pkg:
|
pkg:
|
||||||
|
|||||||
Reference in New Issue
Block a user