mirror of https://github.com/ansible/ansible
* ansible_local should not trigger deprecation
fixes #86228
(cherry picked from commit ca6dc93dcc)
pull/86439/head
parent
5cb8ed99a8
commit
e9a8a448dd
@ -0,0 +1,2 @@
|
||||
bugfixes:
|
||||
- ansible_local will no longer trigger variable injection default value deprecation.
|
||||
@ -0,0 +1,8 @@
|
||||
- hosts: localhost
|
||||
gather_facts: true
|
||||
tasks:
|
||||
- debug:
|
||||
msg: '{{ansible_distribution}}'
|
||||
- debug:
|
||||
msg: '{{ansible_local}}'
|
||||
tags: alocal
|
||||
Loading…
Reference in new issue