9856c96e4f
Now that python312 is default we can set py-ansible-core221 as default.
10 lines
231 B
Makefile
10 lines
231 B
Makefile
VERSIONS= 218 219 220 221
|
|
ANSIBLE_CORE_VERSION?= 221
|
|
|
|
MASTERDIR= ${.CURDIR}/../py-ansible-core${ANSIBLE_CORE_VERSION}
|
|
|
|
# Portscout only the master ports, never the metaport.
|
|
PORTSCOUT= ignore:1
|
|
|
|
.include "${MASTERDIR}/Makefile"
|