mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-06 13:22:48 +00:00
[PR #10029/73178e3d backport][stable-10] fixed hidden warnings from extra tests - batch 3 (#10045)
fixed hidden warnings from extra tests - batch 3 (#10029)
* fixed hidden warnings from extra tests - batch 3
* add empty lines to separate sections of the EXAMPLE block
* Apply suggestions from code review
* Update plugins/modules/nmcli.py
Co-authored-by: Felix Fontein <felix@fontein.de>
---------
Co-authored-by: Felix Fontein <felix@fontein.de>
(cherry picked from commit 73178e3d33)
Co-authored-by: Alexei Znamensky <103110+russoz@users.noreply.github.com>
This commit is contained in:
@@ -342,7 +342,7 @@ EXAMPLES = r"""
|
||||
# nodes - 'node01' and 'node02'. In 'target:', 'node01' and 'node02' are names of LXD cluster
|
||||
# members that LXD cluster recognizes, not ansible inventory names, see: 'lxc cluster list'.
|
||||
# LXD API calls can be made to any LXD member, in this example, we send API requests to
|
||||
#'node01.example.com', which matches ansible inventory name.
|
||||
# 'node01.example.com', which matches ansible inventory name.
|
||||
- hosts: node01.example.com
|
||||
tasks:
|
||||
- name: Create LXD container
|
||||
|
||||
Reference in New Issue
Block a user