diff --git a/Manual.org b/Manual.org index 9fed146..6ef747e 100644 --- a/Manual.org +++ b/Manual.org @@ -221,7 +221,7 @@ For a headless server installation ~yavdr07-headless.yml~ is a good choice This playbook can either be used to run the installation on the localhost or any other PC in the network that can be accessed via ssh. Simply add the host names or IP addresses to the hosts file in the respective section: #+BEGIN_SRC conf :tangle localhost_inventory :mkdirp yes :padline no -[localhost] +[local] localhost connection=local #+END_SRC diff --git a/localhost_inventory b/localhost_inventory index a51c139..01941d8 100644 --- a/localhost_inventory +++ b/localhost_inventory @@ -1,2 +1,2 @@ -[localhost] +[local] localhost connection=local