mirror of
https://github.com/ansible/ansible.git
synced 2026-05-28 04:32:20 -04:00
Merge c4ba77ece6 into ba21909655
This commit is contained in:
commit
9beebb4c17
1 changed files with 4 additions and 3 deletions
|
|
@ -915,9 +915,10 @@ DEFAULT_MANAGED_STR:
|
|||
- {key: ansible_managed, section: defaults}
|
||||
yaml: {key: defaults.ansible_managed}
|
||||
deprecated:
|
||||
why: The `ansible_managed` variable can be set just like any other variable, or a different variable can be used.
|
||||
version: "2.23"
|
||||
alternatives: Set the `ansible_managed` variable, or use any custom variable in templates.
|
||||
why: The 'ansible_managed' setting in ansible.cfg is deprecated. Its name was confusing and it's better to set 'ansible_managed' as a normal variable.
|
||||
alternative: To control the content of the 'ansible_managed' magic variable, set it as a variable in your inventory, playbooks, or roles instead of using this setting.
|
||||
version: '2.23'
|
||||
removed: False
|
||||
DEFAULT_MODULE_ARGS:
|
||||
name: Adhoc default arguments
|
||||
default: ~
|
||||
|
|
|
|||
Loading…
Reference in a new issue