mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
added back --profile to keep backwards compat
this was broken by #12548
This commit is contained in:
parent
a28b0713bd
commit
37eac4592e
1 changed files with 1 additions and 1 deletions
|
@ -407,7 +407,7 @@ class Ec2Inventory(object):
|
|||
help='Get all the variables about a specific instance')
|
||||
parser.add_argument('--refresh-cache', action='store_true', default=False,
|
||||
help='Force refresh of cache by making API requests to EC2 (default: False - use cache files)')
|
||||
parser.add_argument('--boto-profile', action='store',
|
||||
parser.add_argument('--profile', '--boto-profile', action='store', dest='boto_profile',
|
||||
help='Use boto profile for connections to EC2')
|
||||
self.args = parser.parse_args()
|
||||
|
||||
|
|
Loading…
Reference in a new issue