mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-05-15 13:39:10 -07:00
Clarify clear facts (#50667)
* Revert "avoid x2 setting of set_fact when 'cacheable' (#50564)"
This reverts commit 207848f354
.
* clarify clear_facts with set_fact cacheable
revert previous 'fix' as it will break playbooks by changing precedence
opted to leave current behaviour but document it on both plugins to mitigate confusion
fixes #50556
also fix grammer, add comment, remove unused e
This commit is contained in:
parent
066ea556ca
commit
119b65f919
6 changed files with 16 additions and 8 deletions
|
@ -45,6 +45,7 @@ options:
|
|||
notes:
|
||||
- C(meta) is not really a module nor action_plugin as such it cannot be overwritten.
|
||||
- This module is also supported for Windows targets.
|
||||
- "C(clear_facts) will remove the persistent facts from ``set_fact: cacheable=True``, but not the current host variable it creates for the current run."
|
||||
author:
|
||||
- "Ansible Core Team"
|
||||
'''
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue