From 899e5a47483d7f9fe3a2f217e9a28aa8bc899255 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Arne=20=C3=98sleb=C3=B8?= <arne.oslebo@uninett.no>
Date: Tue, 16 Feb 2021 10:46:40 +0100
Subject: [PATCH] Update install.md

---
 doc/install.md | 5 +++--
 1 file changed, 3 insertions(+), 2 deletions(-)

diff --git a/doc/install.md b/doc/install.md
index 229896d..c27d526 100644
--- a/doc/install.md
+++ b/doc/install.md
@@ -12,7 +12,7 @@ The current version of SOCTools only runs on a single server. A fully distribute
 * Minimal installation of CentOS7
 * Install Ansible
   * `sudo yum -y install epel-release`  
-  * `sudo yum -y install ansible git firewalld`
+  * `sudo yum -y install ansible git`
   * `sudo ansible-galaxy collection install ansible.posix`
 
 ## Clone SOCTools
@@ -34,7 +34,8 @@ Build the Docker images:
 * `ansible-playbook -i inventories buildimages.yml`
 
 Build SOCTools CA needed for service and user certificates:
-* `ansible-playbook -i inventories buildca.yml`
+* `ansible-playbook -i inventories buildca.yml`  
+This playbook will generate some errors but this is normal as long as the playbook ignores them and finish without stopping. 
 
 Start SOCTools:
 * `ansible-playbook -i inventories soctools.yml -t start`
-- 
GitLab