You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
FYI, bug is present when using options info with ansible-ec2, see bellow the error:
Traceback (most recent call last):
File "./ansible-ec2", line 369, in
cli = AnsibleEc2Cli()
File "./ansible-ec2", line 38, in init
self.args.func()
File "./ansible-ec2", line 331, in info
launch = dateutil.parser.parse(info['ec2_launch_time']).replace(tzinfo=None)
KeyError: 'ec2_launch_time'
Julien.
The text was updated successfully, but these errors were encountered:
Hi,
FYI, bug is present when using options info with ansible-ec2, see bellow the error:
Traceback (most recent call last):
File "./ansible-ec2", line 369, in
cli = AnsibleEc2Cli()
File "./ansible-ec2", line 38, in init
self.args.func()
File "./ansible-ec2", line 331, in info
launch = dateutil.parser.parse(info['ec2_launch_time']).replace(tzinfo=None)
KeyError: 'ec2_launch_time'
Julien.
The text was updated successfully, but these errors were encountered: