From: Frank Brehm Date: Thu, 28 May 2020 14:24:35 +0000 (+0200) Subject: Bugfixing X-Git-Tag: 2.1.2^2~9^2~31^2~97 X-Git-Url: https://git.uhu-banane.net/?a=commitdiff_plain;h=4497a3753b803c474ec89033f5a1ab66020b0933;p=pixelpark%2Fcreate-vmware-tpl.git Bugfixing --- diff --git a/lib/cr_vmware_tpl/cobbler.py b/lib/cr_vmware_tpl/cobbler.py index 3149d47..d5cab1e 100644 --- a/lib/cr_vmware_tpl/cobbler.py +++ b/lib/cr_vmware_tpl/cobbler.py @@ -97,7 +97,7 @@ class Cobbler(BaseHandler): def exec_cobbler(self, cmd, no_simulate=False): simulate = self.simulate - if not no_simulate: + if no_simulate: simulate = False cmds = []