diff options
author | Felix Fontein <felix@fontein.de> | 2020-07-16 01:43:22 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-07-16 01:43:22 +0200 |
commit | 08b20c9c084d7e086cd3f799b00ed2308542d737 (patch) | |
tree | 5e6430e7fc2bc50ac8ee50b920aa01ac47f57d71 /lib/ansible/config | |
parent | 9d27d7c8b1028a0ced61934ad9050854fb02602c (diff) | |
download | ansible-08b20c9c084d7e086cd3f799b00ed2308542d737.tar.gz |
Fix spelling errors. (#70664)
Diffstat (limited to 'lib/ansible/config')
-rw-r--r-- | lib/ansible/config/ansible_builtin_runtime.yml | 18 |
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/ansible/config/ansible_builtin_runtime.yml b/lib/ansible/config/ansible_builtin_runtime.yml index 12f67441ff..df37e0adca 100644 --- a/lib/ansible/config/ansible_builtin_runtime.yml +++ b/lib/ansible/config/ansible_builtin_runtime.yml @@ -1899,23 +1899,23 @@ plugin_routing: bigmon_policy: redirect: community.network.bigmon_policy checkpoint_access_layer_facts: - redirect: checkpoint.mgmt.checkpoint_access_layer_facts + redirect: check_point.mgmt.checkpoint_access_layer_facts checkpoint_access_rule: - redirect: checkpoint.mgmt.checkpoint_access_rule + redirect: check_point.mgmt.checkpoint_access_rule checkpoint_access_rule_facts: - redirect: checkpoint.mgmt.checkpoint_access_rule_facts + redirect: check_point.mgmt.checkpoint_access_rule_facts checkpoint_host: - redirect: checkpoint.mgmt.checkpoint_host + redirect: check_point.mgmt.checkpoint_host checkpoint_host_facts: - redirect: checkpoint.mgmt.checkpoint_host_facts + redirect: check_point.mgmt.checkpoint_host_facts checkpoint_object_facts: - redirect: checkpoint.mgmt.checkpoint_object_facts + redirect: check_point.mgmt.checkpoint_object_facts checkpoint_run_script: - redirect: checkpoint.mgmt.checkpoint_run_script + redirect: check_point.mgmt.checkpoint_run_script checkpoint_session: - redirect: checkpoint.mgmt.checkpoint_session + redirect: check_point.mgmt.checkpoint_session checkpoint_task_facts: - redirect: checkpoint.mgmt.checkpoint_task_facts + redirect: check_point.mgmt.checkpoint_task_facts cp_publish: redirect: community.network.cp_publish ce_aaa_server: |