Fix typo 'Ansbile'. (#79318)

pull/79321/head
Felix Fontein 2 years ago committed by GitHub
parent 852e2d7550
commit 2a03c8028e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -46,7 +46,7 @@ attributes:
FILES = r'''
attributes:
safe_file_operations:
description: Uses Ansbile's strict file operation functions to ensure proper permissions and avoid data corruption
description: Uses Ansible's strict file operation functions to ensure proper permissions and avoid data corruption
vault:
description: Can automatically decrypt Ansible vaulted files
'''

@ -5,7 +5,7 @@ from __future__ import (absolute_import, division, print_function)
__metaclass__ = type
# WARNING: this is mostly here as a convinence for documenting core behaviours, no plugin outside of ansbile-core should use this file
# WARNING: this is mostly here as a convinence for documenting core behaviours, no plugin outside of ansible-core should use this file
class ModuleDocFragment(object):
# requires action_common

Loading…
Cancel
Save