You've already forked ansible-role-common
This commit is contained in:
@@ -1,6 +1,5 @@
|
|||||||
// Distros to Test on ;)
|
// Distros to Test on ;)
|
||||||
local distros = ['centos7',
|
local distros = ['centos7',
|
||||||
'centos8',
|
|
||||||
'rockylinux8',
|
'rockylinux8',
|
||||||
'debian10',
|
'debian10',
|
||||||
'debian11'];
|
'debian11'];
|
||||||
@@ -69,7 +68,6 @@ local gen_pipeline(distro) =
|
|||||||
// Generate the output
|
// Generate the output
|
||||||
[
|
[
|
||||||
gen_pipeline('centos7'),
|
gen_pipeline('centos7'),
|
||||||
gen_pipeline('centos8'),
|
|
||||||
gen_pipeline('rockylinux8'),
|
gen_pipeline('rockylinux8'),
|
||||||
gen_pipeline('debian10'),
|
gen_pipeline('debian10'),
|
||||||
gen_pipeline('debian11'),
|
gen_pipeline('debian11'),
|
||||||
|
|||||||
Reference in New Issue
Block a user