mirror of https://github.com/ansible/ansible.git
Remove missed clog frags (#78825)
parent
f8e8326437
commit
161e2631f2
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- "``LoopControl`` is now templated through standard ``post_validate`` method (https://github.com/ansible/ansible/pull/75715)"
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Fix ``-vv`` output for meta tasks to not have an empty message when skipped, print the skip reason instead. (https://github.com/ansible/ansible/issues/77315)
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Ensure syntax check errors include playbook filenames
|
@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- >-
|
||||
``ansible-galaxy collection install`` - add an ``--offline`` option to
|
||||
prevent querying distribution servers (https://github.com/ansible/ansible/issues/77443).
|
@ -1,4 +0,0 @@
|
||||
minor_changes:
|
||||
- plugin loader - add ansible_name and ansible_aliases attributes to plugin objects/classes.
|
||||
bugfixes:
|
||||
- ansible-doc - fix listing plugins.
|
@ -1,4 +0,0 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
apt - Fix module failure when a package is not installed and only_upgrade=True.
|
||||
Skip that package and check the remaining requested packages for upgrades. (https://github.com/ansible/ansible/issues/78762)
|
@ -1,2 +0,0 @@
|
||||
minor_changes:
|
||||
- facts - add OSMC to Debian os_family mapping
|
@ -1,6 +0,0 @@
|
||||
bugfixes:
|
||||
- >-
|
||||
local facts - if a local fact in the facts directory cannot be stated,
|
||||
store an error message as the fact value and emit a warning just as if
|
||||
just as if the facts execution has failed. The stat can fail e.g. on
|
||||
dangling symlinks.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- Error for collection redirects that do not use fully qualified collection names, as the redirect would be determined by the ``collections`` keyword.
|
@ -1,2 +0,0 @@
|
||||
bugfixes:
|
||||
- vault secrets file now executes in the correct context when it is a symlink (not resolved to canonical file).
|
Loading…
Reference in New Issue