diff options
author | Brandon Bennett <brandon@brbe.me> | 2024-11-07 15:45:32 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-11-07 15:45:32 +0100 |
commit | 31cde0ebd1b8475ccb25cc89f933c99d2ae36e54 (patch) | |
tree | 23bf4aa2bf5a6da23a06fc9ac1d28520d2a768b6 /changelogs | |
parent | Add --flush-cache option to ansible-pull (#84211) (diff) | |
download | ansible-31cde0ebd1b8475ccb25cc89f933c99d2ae36e54.tar.xz ansible-31cde0ebd1b8475ccb25cc89f933c99d2ae36e54.zip |
user: create Buildroot subclass as alias to Busybox (#83666)
Fixes: #83665
Diffstat (limited to 'changelogs')
-rw-r--r-- | changelogs/fragments/buildroot.yml | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/changelogs/fragments/buildroot.yml b/changelogs/fragments/buildroot.yml new file mode 100644 index 0000000000..18acd5438e --- /dev/null +++ b/changelogs/fragments/buildroot.yml @@ -0,0 +1,3 @@ +--- +bugfixes: + - user - Create Buildroot subclass as alias to Busybox (https://github.com/ansible/ansible/issues/83665). |