From 8e8cde3a2c8ad6b4fab167f5d891a8c78c7a4129 Mon Sep 17 00:00:00 2001 From: Michael DeHaan Date: Mon, 7 May 2012 23:18:06 -0400 Subject: [PATCH] override hosts gone --- docs/man/man1/ansible-playbook.1.asciidoc.in | 6 ------ 1 file changed, 6 deletions(-) diff --git a/docs/man/man1/ansible-playbook.1.asciidoc.in b/docs/man/man1/ansible-playbook.1.asciidoc.in index be6d97d69a2..527ae091d19 100644 --- a/docs/man/man1/ansible-playbook.1.asciidoc.in +++ b/docs/man/man1/ansible-playbook.1.asciidoc.in @@ -71,12 +71,6 @@ Prompt for the password to use for playbook plays that request sudo access, if a Connection timeout to use when trying to talk to hosts, in 'SECONDS'. -*-O* 'OVERRIDE_HOSTS', *--override-hosts=*'OVERRIDE_HOSTS':: - -Ignore the inventory file and run the playbook against only these hosts. "hosts:" line -in playbook should be set to 'all' when using this option. - - *-s*, *--sudo*:: Force all plays to use sudo, even if not marked as such.