summaryrefslogtreecommitdiffstats
path: root/test/integration/targets/blockinfile
diff options
context:
space:
mode:
authorLee Garrett <leegarrett@users.noreply.github.com>2024-07-27 18:16:34 +0200
committerGitHub <noreply@github.com>2024-07-27 18:16:34 +0200
commit7e3916b767e1f02fae67630ce7e81bdf47825282 (patch)
tree6e79eda7d90239ddd18ef4883f2880b2f2fc3098 /test/integration/targets/blockinfile
parentSet LANGUAGE env variable is set to a non-English locale (#83671) (diff)
downloadansible-7e3916b767e1f02fae67630ce7e81bdf47825282.tar.xz
ansible-7e3916b767e1f02fae67630ce7e81bdf47825282.zip
Typo fixes and other bits and bobs (#83672)
Co-authored-by: Lee Garrett <lgarrett@rocketjump.eu>
Diffstat (limited to 'test/integration/targets/blockinfile')
-rw-r--r--test/integration/targets/blockinfile/tasks/add_block_to_existing_file.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/test/integration/targets/blockinfile/tasks/add_block_to_existing_file.yml b/test/integration/targets/blockinfile/tasks/add_block_to_existing_file.yml
index c610905cdf..afaef2b2be 100644
--- a/test/integration/targets/blockinfile/tasks/add_block_to_existing_file.yml
+++ b/test/integration/targets/blockinfile/tasks/add_block_to_existing_file.yml
@@ -12,7 +12,7 @@
backup: yes
register: blockinfile_test0
-- name: ensure we have a bcackup file
+- name: ensure we have a backup file
assert:
that:
- "'backup_file' in blockinfile_test0"
@@ -38,7 +38,7 @@
- 'blockinfile_test0.msg == "Block inserted"'
- 'blockinfile_test0_grep.stdout == "2"'
-- name: check idemptotence
+- name: check idempotence
blockinfile:
path: "{{ remote_tmp_dir_test }}/sshd_config"
block: |