|
@@ -5,11 +5,11 @@ test_programs: []
|
|
|
|
|
|
# the name of the service that needs to be manipulated by the tasks and handlers
|
|
|
# TODO: maybe make service a list
|
|
|
-service: None
|
|
|
+service: null
|
|
|
|
|
|
# the firewalld service to open in the public zone
|
|
|
# TODO: maybe make fwsvc a list
|
|
|
-fwsvc: None
|
|
|
+fwsvc: null
|
|
|
|
|
|
# the list of packages that need to be installed on the target machine
|
|
|
packages: []
|