diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-12-04 22:23:35 +0000 |
---|---|---|
committer | Veres Lajos <vlajos@gmail.com> | 2014-12-04 22:23:35 +0000 |
commit | bf5d8ee678601d6c3cef09c4f735ea0a9e61e70c (patch) | |
tree | 8104ce17cad40a54ca26f84d041da03b61dc104d /examples | |
parent | ae17b993d995675d2495aa4628a085541ab37de0 (diff) | |
download | ansible-bf5d8ee678601d6c3cef09c4f735ea0a9e61e70c.tar.gz |
typofixes - https://github.com/vlajos/misspell_fixer
Diffstat (limited to 'examples')
-rw-r--r-- | examples/ansible.cfg | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/ansible.cfg b/examples/ansible.cfg index b3e862da51..a89fa47664 100644 --- a/examples/ansible.cfg +++ b/examples/ansible.cfg @@ -147,7 +147,7 @@ filter_plugins = /usr/share/ansible_plugins/filter_plugins # avoid issues. #http_user_agent = ansible-agent -# if set to a persistant type (not 'memory', for example 'redis') fact values +# if set to a persistent type (not 'memory', for example 'redis') fact values # from previous runs in Ansible will be stored. This may be useful when # wanting to use, for example, IP information from one group of servers # without having to talk to them in the same playbook run to get their |