summaryrefslogtreecommitdiff
path: root/changelogs
diff options
context:
space:
mode:
authorSam Doran <sdoran@redhat.com>2021-09-16 15:05:32 -0400
committerGitHub <noreply@github.com>2021-09-16 12:05:32 -0700
commita11bb8b4d39b1ff77762d58ffea42eca63f6f5f5 (patch)
treea0b24d8d880c6f4b06b04b30ad020eb5dc7e1803 /changelogs
parent72ba2bdc82944f904245a044a9c917a3bfad4c78 (diff)
downloadansible-a11bb8b4d39b1ff77762d58ffea42eca63f6f5f5.tar.gz
Revert "user - consistently create user home directory on Linux (#71952)" (#75704)
This reverts commit 2f7e0b84895b4d6816e695b009bf53e78e6aa088.
Diffstat (limited to 'changelogs')
-rw-r--r--changelogs/fragments/fix_create_home.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/changelogs/fragments/fix_create_home.yml b/changelogs/fragments/fix_create_home.yml
deleted file mode 100644
index 46c774645a..0000000000
--- a/changelogs/fragments/fix_create_home.yml
+++ /dev/null
@@ -1,4 +0,0 @@
-bugfixes:
- - >-
- user - properly create home path on Linux when ``local: yes`` and parent directories
- specified in ``home`` do not exist (https://github.com/ansible/ansible/pull/71952/)