From b1f1a4b4f225c43604e8a66b945b570d6f96c844 Mon Sep 17 00:00:00 2001 From: Thiago Alves Date: Mon, 11 Nov 2019 12:12:10 -0600 Subject: [PATCH] =?UTF-8?q?=F0=9F=93=9D=20Change=20README=20images=20to=20?= =?UTF-8?q?use=20full=20qualified=20URLs?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3c4243a..8ab0473 100644 --- a/README.md +++ b/README.md @@ -4,7 +4,7 @@ This role ships with a callback plugin to allow you to display the execution of your playbook on a very beautiful way (in my opinion.) -![Screenshot](meta/screenshot.png "Standard output for the beautiful output callback plugin") +![Screenshot](https://raw.githubusercontent.com/Townk/ansible-beautiful-output/master/meta/screenshot.png "Standard output for the beautiful output callback plugin") I was always obsessed about the looks of my terminal, and when I started using Ansible, there was no Callback available that looked good enough for my taste. @@ -53,10 +53,10 @@ role on the playbook file: ## Screenshots ### Failure -![Screenshot](meta/screenshot_failure.png "Failed output for the beautiful output callback plugin") +![Screenshot](https://raw.githubusercontent.com/Townk/ansible-beautiful-output/master/meta/screenshot_failure.png "Failed output for the beautiful output callback plugin") ### Detail of a varbose failure -![Screenshot](meta/screenshot_failure_verbose.png "Details on failure when using the options -vvv") +![Screenshot](https://raw.githubusercontent.com/Townk/ansible-beautiful-output/master/meta/screenshot_failure_verbose.png "Details on failure when using the options -vvv") ## License