mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
parent
5c3bbd4620
commit
4291edd820
1 changed files with 8 additions and 1 deletions
|
@ -30,8 +30,15 @@ except ImportError:
|
||||||
from ansible.utils.display import Display
|
from ansible.utils.display import Display
|
||||||
display = Display()
|
display = Display()
|
||||||
|
|
||||||
INTERNAL_VARS = frozenset(['ansible_facts', 'ansible_version',
|
INTERNAL_VARS = frozenset(['ansible_diff_mode',
|
||||||
|
'ansible_facts',
|
||||||
|
'ansible_forks',
|
||||||
|
'ansible_inventory_sources',
|
||||||
|
'ansible_limit',
|
||||||
'ansible_playbook_python',
|
'ansible_playbook_python',
|
||||||
|
'ansible_run_tags',
|
||||||
|
'ansible_skip_tags',
|
||||||
|
'ansible_version',
|
||||||
'inventory_dir',
|
'inventory_dir',
|
||||||
'inventory_file',
|
'inventory_file',
|
||||||
'inventory_hostname',
|
'inventory_hostname',
|
||||||
|
|
Loading…
Reference in a new issue