You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
ansible/test/sanity
Dag Wieers be1c517f4d Add example of templating inline using copy module (#19752)
* Add example of templating inline using copy module

The **copy** module documentation implies that `content:` only works
for 'simple values' and for complex stuff you need the **template**
module, but that is an understatement. You can use **copy** to template
anything you desire.

So I changed the wording, added an example, and also added a note
to the template module that the **copy** module could be used for
'inline templating'.

This fixes #19741.
7 years ago
..
ansible-doc Remove remnants of obsolete fireball mode. 8 years ago
code-smell Initial ansible-test sanity docs. (#26775) 7 years ago
import Promulgate house's fix for docker_volume to docker_secret 7 years ago
pep8 Add example of templating inline using copy module (#19752) 7 years ago
pylint Fix var precedence check to support python 3. (#23552) 8 years ago
rstcheck Add rstcheck to ansible-test and correct issues. (#23550) 8 years ago
shellcheck Disable newer shellcheck tests which don't pass. 8 years ago
validate-modules Fix test for missing __init__.py for modules. 7 years ago