mirror of
https://github.com/ansible/ansible.git
synced 2025-11-30 23:16:08 +07:00
Propose fix typo of targetting (#86242)
Signed-off-by: John E <jeis4wpi@outlook.com>
This commit is contained in:
@@ -33,7 +33,7 @@ options:
|
||||
- V(clear_facts) (added in Ansible 2.1) causes the gathered facts for the hosts specified in the play's list of hosts to be cleared,
|
||||
including the fact cache.
|
||||
- V(clear_host_errors) (added in Ansible 2.1) clears the failed state (if any) from hosts specified in the play's list of hosts.
|
||||
This will make them available for targetting in subsequent plays, but not continue execution in the current play.
|
||||
This will make them available for targeting in subsequent plays, but not continue execution in the current play.
|
||||
- V(end_play) (added in Ansible 2.2) causes the play to end without failing the host(s). Note that this affects all hosts.
|
||||
- V(reset_connection) (added in Ansible 2.3) interrupts a persistent connection (i.e. ssh + control persist)
|
||||
- V(end_host) (added in Ansible 2.8) is a per-host variation of V(end_play). Causes the play to end for the current host without failing it.
|
||||
|
||||
Reference in New Issue
Block a user