mirror of
https://github.com/kevinveenbirkenbach/computer-playbook.git
synced 2025-09-09 11:47:14 +02:00
Changed 09_ports.yml to 10_ports.yml
This commit is contained in:
@@ -18,7 +18,7 @@ class TestCreateDockerRoleCLI(unittest.TestCase):
|
||||
def setUp(self):
|
||||
# Temporary directory for YAML files and templates
|
||||
self.tmpdir = tempfile.mkdtemp()
|
||||
self.ports_file = os.path.join(self.tmpdir, '09_ports.yml')
|
||||
self.ports_file = os.path.join(self.tmpdir, '10_ports.yml')
|
||||
self.networks_file = os.path.join(self.tmpdir, '09_networks.yml')
|
||||
|
||||
def tearDown(self):
|
||||
|
Reference in New Issue
Block a user