mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[cloud][docker] Insensitive search for docker port publishing (#21579)
This commit is contained in:
@@ -766,7 +766,7 @@ class TaskParameters(DockerBaseClass):
|
||||
|
||||
self.publish_all_ports = False
|
||||
self.published_ports = self._parse_publish_ports()
|
||||
if self.published_ports == 'all':
|
||||
if self.published_ports in ('all', 'ALL'):
|
||||
self.publish_all_ports = True
|
||||
self.published_ports = None
|
||||
|
||||
|
||||
Reference in New Issue
Block a user