Merge pull request #7096 from CaptTofu/docker
Small bug - 'acts' should be 'facts'
This commit is contained in:
commit
234d0053bf
1 changed files with 1 additions and 1 deletions
|
@ -709,7 +709,7 @@ def main():
|
||||||
|
|
||||||
facts = manager.get_running_containers()
|
facts = manager.get_running_containers()
|
||||||
else:
|
else:
|
||||||
acts = manager.get_deployed_containers()
|
facts = manager.get_deployed_containers()
|
||||||
|
|
||||||
# stop and remove containers
|
# stop and remove containers
|
||||||
elif state == "absent":
|
elif state == "absent":
|
||||||
|
|
Loading…
Reference in a new issue