diff --git a/doc/source/user/quickstart.rst b/doc/source/user/quickstart.rst
index 3f32b6f240b08ad8c7468eff143e62453d9df34f..2689331ddfe353db88ad45ba456572ee6f2f5f8b 100644
--- a/doc/source/user/quickstart.rst
+++ b/doc/source/user/quickstart.rst
@@ -274,7 +274,7 @@ than one node, edit ``multinode`` inventory:
 
       Ubuntu might not come with python pre-installed. That will cause
       errors in ping module. To quickly install python with ansible you
-      can run ``ansible -m raw -a "apt-get -y install python-dev all"``
+      can run ``ansible -i multinode all -m raw -a "apt-get -y install python-dev"``
 
 Kolla passwords
 ---------------