summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2019-11-11 20:29:53 -0500
committerMatt Davis <nitzmahone@users.noreply.github.com>2019-11-11 17:29:52 -0800
commitf861c284d0ac0d1ac5d01def39dc927dbc34bbfb (patch)
tree71e67cd7cdff596dd5b8aced2a3948ec3f1bddb1 /changelogs
parentcbe69adf37d02e45f6180f307b36c2b55bf0cef6 (diff)
downloadansible-f861c284d0ac0d1ac5d01def39dc927dbc34bbfb.tar.gz
[stable-2.8] lineinfile - use correct index value when inserting at the end (#63696) (#63795)
(cherry picked from commit 92cd13a2cf) Co-authored-by: Sam Doran <sdoran@redhat.com>
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/lineinfile-use-correct-index-value.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/changelogs/fragments/lineinfile-use-correct-index-value.yaml b/changelogs/fragments/lineinfile-use-correct-index-value.yaml
new file mode 100644
index 0000000000..ef5b412871
--- /dev/null
+++ b/changelogs/fragments/lineinfile-use-correct-index-value.yaml
@@ -0,0 +1,2 @@
+bugfixes:
+ - lineinfile - use correct index value when inserting a line at the end of a file (https://github.com/ansible/ansible/issues/63684)