mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-04-02 16:53:11 +00:00
Merge pull request #7096 from CaptTofu/docker
Small bug - 'acts' should be 'facts'
This commit is contained in:
@@ -709,7 +709,7 @@ def main():
|
||||
|
||||
facts = manager.get_running_containers()
|
||||
else:
|
||||
acts = manager.get_deployed_containers()
|
||||
facts = manager.get_deployed_containers()
|
||||
|
||||
# stop and remove containers
|
||||
elif state == "absent":
|
||||
|
||||
Reference in New Issue
Block a user