From de1b2ad5553995e13f6214ae07d9017fb509a855 Mon Sep 17 00:00:00 2001 From: Pierre-Yves Chibon Date: Fri, 10 Aug 2018 16:08:26 +0200 Subject: [PATCH] Mention that the playbook needs to be re-run on every changes made here Signed-off-by: Pierre-Yves Chibon --- README.rst | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.rst b/README.rst index 9547e26..0ce4318 100644 --- a/README.rst +++ b/README.rst @@ -51,6 +51,12 @@ Finally, run the ansible playbook deploying this change: systemctl restart loopabull loopabull@1 loopabull@2 loopabull@3 loopabull@4 loopabull@5 +For every change made to this repository (for example when fixing typos, bugs +or making improvements), the ``playbooks/groups/loopabull.yml`` playbook from +the Fedora infrastructure's ansible repo will need to be run so the underlying +clone of this repo on the system gets updated. + + Good Practice -------------