1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00
community.general/docsite
Dag Wieers 7d990fa167 Clarify how only_if works, also combined with with_items
- The old documentation stated not to quote the variable in the function, which is obviously wrong. When using lists or integers, we have to quote otherwise the startswith() method will trip over its non-existence.
- It was unclear that the only_if statement is processed for each item when doing with_items, so I added an example making it crystal clear how this can be used in your advantage (or why a non-existing list variable can break your logic if you expected the only_if to be processed once before running the task)
2012-10-22 12:30:47 +02:00
..
_static Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
_themes/bootstrap Docs rebuild 2012-10-16 18:00:47 -04:00
man Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
rst Clarify how only_if works, also combined with with_items 2012-10-22 12:30:47 +02:00
.gitignore Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
.nojekyll Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
ansible-logo.png Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
ansible_arch.jpg Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
ansible_arch2.jpg Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
build-site.py Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
conf.py Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
DOCUMENTATION.yaml Add DOCUMENTATION for module documentation. 2012-10-12 17:22:55 -04:00
github.png Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00
Makefile Working on makefile 2012-10-10 08:03:52 -04:00
README.md Subtree merge of ansible-docs 2012-10-08 07:44:38 -04:00

Homepage and documentation source for the Ansible

This project hosts the source behind ansible.cc/docs

Contributions to the documentation are welcome. To make changes, submit a pull request that changes the restructured text files in the "rst/" directory only, and Michael can do a docs build and push the static files.

If you do not want to learn RST format (ReStructured Text), you can also file issues on the documentation project.

Note that module documentation can actually be generated from a DOCUMENTATION docstring in the modules directory, so corrections to modules written as much need to be made in the main project in the module source, rather than in the documentation for the module.

Author

Michael DeHaan -- michael.dehaan@gmail.com

http://michaeldehaan.net