1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2024-09-14 20:13:21 +02:00

Fixed a typo.

This commit is contained in:
Scott Butler 2016-10-21 23:57:33 -07:00
parent e6397a5943
commit 843de98bad

View file

@ -118,7 +118,7 @@ This string can be helpful to indicate that a file should not
be directly edited because Ansible may overwrite the contents of the file. be directly edited because Ansible may overwrite the contents of the file.
There are several special placeholder values that can be placed in the ``ansible_managed`` string. These are not in the default ``ansible_managed`` string because they can cause Ansible to behave as though the There are several special placeholder values that can be placed in the ``ansible_managed`` string. These are not in the default ``ansible_managed`` string because they can cause Ansible to behave as though the
entire template has changed when only the ansible_managed string which has entire template has changed when only the ansible_managed string has
changed. changed.
These placeholder values, along with the situations which can lead Ansible to These placeholder values, along with the situations which can lead Ansible to