mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 21:00:22 -07:00
minor spelling changes
This commit is contained in:
parent
7c73e9c12e
commit
657495d13f
5 changed files with 7 additions and 7 deletions
|
@ -87,7 +87,7 @@ timeout = 10
|
|||
# templates indicates to users editing templates files will be replaced.
|
||||
# replacing {file}, {host} and {uid} and strftime codes with proper values.
|
||||
#ansible_managed = Ansible managed: {file} modified on %Y-%m-%d %H:%M:%S by {uid} on {host}
|
||||
# This short version is better used in tempaltes as it won't flag the file as changed every run.
|
||||
# This short version is better used in templates as it won't flag the file as changed every run.
|
||||
ansible_managed = Ansible managed: {file} on {host}
|
||||
|
||||
# by default, ansible-playbook will display "Skipping [host]" if it determines a task
|
||||
|
@ -236,5 +236,5 @@ accelerate_daemon_timeout = 30
|
|||
[selinux]
|
||||
# file systems that require special treatment when dealing with security context
|
||||
# the default behaviour that copies the existing context or uses the user default
|
||||
# needs to be changed to use the file system dependant context.
|
||||
# needs to be changed to use the file system dependent context.
|
||||
#special_context_filesystems=nfs,vboxsf,fuse,ramfs
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue