forked from mauro/ansible-role-postfix
arreglo bug
This commit is contained in:
@@ -50,7 +50,7 @@ class ActionModule(ActionBase):
|
||||
|
||||
|
||||
def runcmd(self, reg_name, cmd, param=None):
|
||||
fullcmd = 'docker exec '+ self.getarg('container_name') + cmd
|
||||
fullcmd = 'docker exec '+ self.getarg('container_name') + ' ' + cmd
|
||||
try:
|
||||
if param:
|
||||
self.reg[param][reg_name] = self._execute_module(
|
||||
|
||||
Reference in New Issue
Block a user