mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-11-07 13:48:00 +00:00
Changed 09_ports.yml to 10_ports.yml
This commit is contained in:
@@ -8,7 +8,7 @@ class TestPortsUniqueness(unittest.TestCase):
|
||||
def setUpClass(cls):
|
||||
base_dir = os.path.dirname(__file__)
|
||||
cls.ports_file = os.path.abspath(
|
||||
os.path.join(base_dir, '..', '..', 'group_vars', 'all', '09_ports.yml')
|
||||
os.path.join(base_dir, '..', '..', 'group_vars', 'all', '10_ports.yml')
|
||||
)
|
||||
# Try to load data; leave it as None if missing or invalid YAML
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user