mirror of
https://github.com/ansible/ansible.git
synced 2026-02-03 20:40:24 -05:00
Merge pull request #7527 from hlieberman/release1.6.2
Remove colon which breaks installation of 1.6.2.
This commit is contained in:
commit
549f67c0d8
1 changed files with 1 additions and 1 deletions
|
|
@ -175,7 +175,7 @@ options:
|
|||
instance_ids:
|
||||
version_added: "1.3"
|
||||
description:
|
||||
- list of instance ids, currently used for states: absent, running, stopped
|
||||
- list of instance ids, currently used for the states 'absent', 'running', and 'stopped'
|
||||
required: false
|
||||
default: null
|
||||
aliases: []
|
||||
|
|
|
|||
Loading…
Reference in a new issue