mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 20:31:27 -07:00
[do
* Add U() in front of URL * Add period at end of statement * Spell check Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
452a4ab781
commit
d76a84a6c8
37 changed files with 110 additions and 110 deletions
|
@ -274,7 +274,7 @@ class EFSConnection(object):
|
|||
AWS updated it and now there is no need to add a suffix. MountPoint is left for back-compatibility purpose
|
||||
And new FilesystemAddress variable is introduced for direct use with other modules (e.g. mount)
|
||||
AWS documentation is available here:
|
||||
http://docs.aws.amazon.com/efs/latest/ug/gs-step-three-connect-to-ec2-instance.html
|
||||
https://docs.aws.amazon.com/efs/latest/ug/gs-step-three-connect-to-ec2-instance.html
|
||||
"""
|
||||
item['MountPoint'] = '.%s.efs.%s.amazonaws.com:/' % (item['FileSystemId'], self.region)
|
||||
item['FilesystemAddress'] = '%s.efs.%s.amazonaws.com:/' % (item['FileSystemId'], self.region)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue