diff --git a/roles/iiab-admin/README.rst b/roles/iiab-admin/README.rst
index 01f202d6e..6cc26b69e 100644
--- a/roles/iiab-admin/README.rst
+++ b/roles/iiab-admin/README.rst
@@ -1,5 +1,16 @@
+.. |ss| raw:: html
+
+
+
+.. |se| raw:: html
+
+
+
+.. |nbsp| unicode:: 0xA0
+ :trim:
+
=================
-IIAB Admin README
+iiab-admin README
=================
This role is home to a number of administrative playbooks. Those implemented are:
@@ -10,7 +21,7 @@ Add Administrative User
* Add the iiab-admin user and password
* N.B. to create password hash use python -c 'import crypt; print crypt.crypt("", "$6$")'
* Make a sudoer
-* Add /root/.ssh and dummy authorized_keys file as placeholder
+* |ss| Add /root/.ssh and dummy authorized_keys file as placeholder |se| |nbsp| (moved to playbook roles/sshd)
* Force password for sudoers
Add Packages for Remote Access