From 76202bc7c33375f315cf30f4cdf527f082a3eab1 Mon Sep 17 00:00:00 2001 From: Brian Coca Date: Tue, 7 Nov 2017 14:28:56 -0500 Subject: [PATCH] removed since 1.2 --- docs/docsite/rst/intro_patterns.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/docsite/rst/intro_patterns.rst b/docs/docsite/rst/intro_patterns.rst index 8b86955624..b2a2fff273 100644 --- a/docs/docsite/rst/intro_patterns.rst +++ b/docs/docsite/rst/intro_patterns.rst @@ -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