mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
removed since 1.2
This commit is contained in:
parent
fedd1779cc
commit
76202bc7c3
1 changed files with 1 additions and 1 deletions
|
@ -93,7 +93,7 @@ While we're jumping a bit ahead, additionally, you can add an exclusion criteria
|
|||
|
||||
ansible-playbook site.yml --limit datacenter2
|
||||
|
||||
And if you want to read the list of hosts from a file, prefix the file name with '@'. Since Ansible 1.2::
|
||||
And if you want to read the list of hosts from a file, prefix the file name with '@'.::
|
||||
|
||||
ansible-playbook site.yml --limit @retry_hosts.txt
|
||||
|
||||
|
|
Loading…
Reference in a new issue