From 48e1396496291ecfbb8206d21da563e2757cb9f5 Mon Sep 17 00:00:00 2001 From: "Ryan S. Brown" Date: Thu, 15 Oct 2015 13:55:53 -0400 Subject: [PATCH] Add -y to yum command, otherwise it would hang indefinitely --- docsite/rst/intro_installation.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docsite/rst/intro_installation.rst b/docsite/rst/intro_installation.rst index 446e309913..28bbd69151 100644 --- a/docsite/rst/intro_installation.rst +++ b/docsite/rst/intro_installation.rst @@ -93,7 +93,7 @@ Also you need Python 2.4 or later, but if you are running less than Python 2.5 o If you need to bootstrap these remote systems by installing Python 2.X, using the 'raw' module will be able to do it remotely. For example, - ``ansible myhost --sudo -m raw -a "yum install python2 python-simplejson"`` + ``ansible myhost --sudo -m raw -a "yum install -y python2 python-simplejson"`` would install Python 2.X and the simplejson module needed to run ansible and its modules. .. _installing_the_control_machine: