From b9404e4755590c5bfabec707b24679cbe4addc39 Mon Sep 17 00:00:00 2001 From: Tomas Tomecek Date: Nov 16 2018 14:13:32 +0000 Subject: document include_role vs import_role Fixes #281 Signed-off-by: Tomas Tomecek --- diff --git a/README.md b/README.md index 6b66597..aef8ade 100644 --- a/README.md +++ b/README.md @@ -18,6 +18,8 @@ Standard Test Interface as described at * No Ansible inventory population during playbook runs. Banning that will cut down on the number of failure-modes quite a bit. * There is some caution against using role-dependencies. +* You should use `include_role` instead of `import_role` when utilizing roles + from this project. # Standard Inventory scripts