From 64e6f1bb3079f43e01396ae64952bf348c6475a0 Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 15 Jan 2020 22:05:00 +0100 Subject: [PATCH] Improve ansible galaxy docs --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/README.md b/README.md index f93a6a7..8546be0 100644 --- a/README.md +++ b/README.md @@ -14,6 +14,18 @@ This anisble role should be executet on ``localhost``. ### Example playbook: **With ansible galaxy:** +```bash +# install role +ansible-galaxy install do1jlr.ansible_version +``` + +Example playbook: +``` +--- +- hosts: localhost + roles: + - do1jlr.ansible_version +``` **Without ansible galaxy:**