Fix Ansible documentation in part of example formatting (#334)

This commit is contained in:
Andrew Klychkov 2020-05-15 13:12:41 +03:00 committed by GitHub
parent 58ed77e851
commit 983d937b7b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
58 changed files with 376 additions and 353 deletions

View file

@ -76,8 +76,8 @@ extends_documentation_fragment:
'''
EXAMPLES = '''
# Add a new node to the load balancer
- local_action:
- name: Add a new node to the load balancer
local_action:
module: rax_clb_nodes
load_balancer_id: 71
address: 10.2.2.3
@ -87,8 +87,8 @@ EXAMPLES = '''
wait: yes
credentials: /path/to/credentials
# Drain connections from a node
- local_action:
- name: Drain connections from a node
local_action:
module: rax_clb_nodes
load_balancer_id: 71
node_id: 410
@ -96,8 +96,8 @@ EXAMPLES = '''
wait: yes
credentials: /path/to/credentials
# Remove a node from the load balancer
- local_action:
- name: Remove a node from the load balancer
local_action:
module: rax_clb_nodes
load_balancer_id: 71
node_id: 410