ad_integration - leaks credentials when in check_mode
Resolves:rhbz#2223764 ad_integration - leaks credentials when in check_mode
This commit is contained in:
parent
86eefbad8d
commit
8dabee9d4f
@ -34,7 +34,7 @@ Changelog
|
|||||||
### Bug Fixes
|
### Bug Fixes
|
||||||
|
|
||||||
- [ALL - facts being gathered unnecessarily](https://bugzilla.redhat.com/show_bug.cgi?id=2223032)
|
- [ALL - facts being gathered unnecessarily](https://bugzilla.redhat.com/show_bug.cgi?id=2223032)
|
||||||
- [ad_integration - leaks credentials when in check_mode](https://bugzilla.redhat.com/show_bug.cgi?id=2223764)
|
- [ad_integration - leaks credentials when in check_mode](https://bugzilla.redhat.com/show_bug.cgi?id=2232758)
|
||||||
- [certificate - does not re-issue after updating key_size](https://bugzilla.redhat.com/show_bug.cgi?id=2224138)
|
- [certificate - does not re-issue after updating key_size](https://bugzilla.redhat.com/show_bug.cgi?id=2224138)
|
||||||
- [firewall - fix: reload on resetting to defaults](https://bugzilla.redhat.com/show_bug.cgi?id=2223764)
|
- [firewall - fix: reload on resetting to defaults](https://bugzilla.redhat.com/show_bug.cgi?id=2223764)
|
||||||
- [firewall - Check mode fails with replacing previous rules](https://issues.redhat.com/browse/RHEL-898)
|
- [firewall - Check mode fails with replacing previous rules](https://issues.redhat.com/browse/RHEL-898)
|
||||||
|
@ -27,7 +27,7 @@ Name: linux-system-roles
|
|||||||
Url: https://github.com/linux-system-roles
|
Url: https://github.com/linux-system-roles
|
||||||
Summary: Set of interfaces for unified system management
|
Summary: Set of interfaces for unified system management
|
||||||
Version: 1.22.0
|
Version: 1.22.0
|
||||||
Release: 1%{?dist}
|
Release: 2%{?dist}
|
||||||
|
|
||||||
License: GPLv3+ and MIT and BSD and Python
|
License: GPLv3+ and MIT and BSD and Python
|
||||||
%global _pkglicensedir %{_licensedir}/%{name}
|
%global _pkglicensedir %{_licensedir}/%{name}
|
||||||
@ -672,6 +672,10 @@ find %{buildroot}%{ansible_roles_dir} -mindepth 1 -maxdepth 1 | \
|
|||||||
%endif
|
%endif
|
||||||
|
|
||||||
%changelog
|
%changelog
|
||||||
|
* Tue Aug 22 2023 Rich Megginson <rmeggins@redhat.com> - 1.22.0-2
|
||||||
|
- Resolves:rhbz#2232758 : ad_integration - leaks credentials when in check_mode
|
||||||
|
NOTE: changelog entry below has the wrong bz
|
||||||
|
|
||||||
* Tue Aug 15 2023 Rich Megginson <rmeggins@redhat.com> - 1.22.0-1
|
* Tue Aug 15 2023 Rich Megginson <rmeggins@redhat.com> - 1.22.0-1
|
||||||
- Resolves:rhbz#2223764 : ad_integration - leaks credentials when in check_mode
|
- Resolves:rhbz#2223764 : ad_integration - leaks credentials when in check_mode
|
||||||
- Resolves:rhbz#2232241 : kdump - "Write new authorized_keys if needed" task idempotency issues
|
- Resolves:rhbz#2232241 : kdump - "Write new authorized_keys if needed" task idempotency issues
|
||||||
|
Loading…
Reference in New Issue
Block a user