Fix module labelled incorrectly.
This commit is contained in:
parent
6503aea5fe
commit
fa2d027e33
2 changed files with 2 additions and 2 deletions
|
@ -24,7 +24,7 @@ except ImportError:
|
|||
|
||||
DOCUMENTATION = '''
|
||||
---
|
||||
module: quantum_floating_ip
|
||||
module: quantum_subnet
|
||||
short_description: Add/Remove floating ip from an instance
|
||||
description:
|
||||
- Add or Remove a floating ip to an instance
|
||||
|
|
|
@ -44,7 +44,7 @@ options:
|
|||
choices: [ 'yes', 'no' ]
|
||||
examples:
|
||||
- code: "seboolean: name=httpd_can_network_connect state=yes persistent=yes"
|
||||
description: Set I(httpd_can_network_connect) SELinux flag to I(true) and I(persistent)
|
||||
description: Set I(httpd_can_network_connect) flag on and keep it persistent across reboots
|
||||
notes:
|
||||
- Not tested on any debian based system
|
||||
requirements: [ ]
|
||||
|
|
Loading…
Reference in a new issue