mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-08-14 01:54:21 -07:00
spelling correction for "separate"
s/seperate/separate/ http://en.wiktionary.org/wiki/separate
This commit is contained in:
parent
8388ce626f
commit
8808e029f9
5 changed files with 6 additions and 6 deletions
|
@ -23,7 +23,7 @@ sudo_user = root
|
|||
transport = smart
|
||||
remote_port = 22
|
||||
|
||||
# additional paths to search for roles in, colon seperated
|
||||
# additional paths to search for roles in, colon separated
|
||||
#roles_path = /etc/ansible/roles
|
||||
|
||||
# uncomment this to disable SSH key host checking
|
||||
|
@ -82,7 +82,7 @@ ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid}
|
|||
# to revert the behavior to pre-1.3.
|
||||
#error_on_undefined_vars = False
|
||||
|
||||
# set plugin path directories here, seperate with colons
|
||||
# set plugin path directories here, separate with colons
|
||||
action_plugins = /usr/share/ansible_plugins/action_plugins
|
||||
callback_plugins = /usr/share/ansible_plugins/callback_plugins
|
||||
connection_plugins = /usr/share/ansible_plugins/connection_plugins
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue