From 664f64711fa8dac1dc98d9056a81dc1e57d64bb3 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Mon, 19 Dec 2016 13:07:20 +0100 Subject: [PATCH] README: Add note about git submodules Signed-off-by: Florian Pritz --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index e94bbe2d..b13f6966 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This repository contains the complete collection of ansible playbooks and roles for the Arch Linux infrastructure. +It also contains git submodules so you have to run `git submodule update --init +--recursive` after cloning or some tasks will fail to run. + #### Instructions All systems are set up the same way. For the first time setup in the Hetzner rescue system, run the provisioning script: `ansible-playbook playbooks/$hostname-provision.yml`.