mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-06-28 03:00:23 -07:00
Merge pull request #7096 from CaptTofu/docker
Small bug - 'acts' should be 'facts'
This commit is contained in:
commit
53754357f7
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…
Add table
Add a link
Reference in a new issue