Skip to content

Commit

Permalink
Update cli/engine/providers/aws/InfrastructureBuilder.py
Browse files Browse the repository at this point in the history
Co-authored-by: cicharka <[email protected]>
  • Loading branch information
seriva and cicharka authored Feb 2, 2022
1 parent a04ba36 commit 574e8a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cli/engine/providers/aws/InfrastructureBuilder.py
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ def __init__(self, docs, manifest_docs=[]):
# If there are no security groups Ansible provisioning will fail because
# SSH is not allowed then with public IPs on Azure.
if not(self.use_network_security_groups) and self.use_public_ips:
self.logger.warning('Use of security groups has been disabled and public IP are used. Ansible run will fail because SSH will not be allowed.')
self.logger.warning('Use of security groups has been disabled and public IPs are used. Ansible run will fail because SSH will not be allowed.')

def run(self):
infrastructure = []
Expand Down

0 comments on commit 574e8a1

Please sign in to comment.