mirror of https://github.com/ansible/ansible.git
ansible-pull, ansible-console - remove unused --list-hosts option
parent
157ef04b1e
commit
3166606a58
@ -1,3 +1,2 @@
|
||||
minor_changes:
|
||||
- >
|
||||
ansible, ansible-console, ansible-pull - add --flush-cache option (https://github.com/ansible/ansible/issues/83749).
|
||||
- ansible cli - add --flush-cache option for ad-hoc commands (https://github.com/ansible/ansible/issues/83749).
|
||||
|
@ -0,0 +1,3 @@
|
||||
bugfixes:
|
||||
- >
|
||||
ansible-pull, ansible-console - remove ignored --list-hosts option.
|
@ -1,2 +0,0 @@
|
||||
- hosts: localhost
|
||||
gather_facts: true
|
@ -1,5 +0,0 @@
|
||||
- hosts: localhost
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- assert:
|
||||
that: ansible_facts == {}
|
Loading…
Reference in New Issue