From 4f80d568a819adcb000b3fcc7901c8b6af9818b6 Mon Sep 17 00:00:00 2001 From: L3D <16953664+DO1JLR@users.noreply.github.com> Date: Fri, 1 Feb 2019 15:27:32 +0100 Subject: [PATCH] Add travis check to playbook --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index 00ae1e4..2d38965 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ dotfiles ========== +![Travis Status](https://travis-ci.org/DO1JLR/role_dotfiles.svg?branch=master) + Ansible role to deploy some dotfiles which may be useful Affected files: @@ -24,3 +26,4 @@ bash: bashrc: 'alias l="ls -all"' ``` +Please have a look into ``defaults/main.yml`` for more configuration options!