From 9aba378db1c6f3567bdbf29ce21da785c7cf4843 Mon Sep 17 00:00:00 2001 From: Morgan Date: Mon, 25 Sep 2017 08:47:48 +0200 Subject: [PATCH] add ansible-examples to bookmark description --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 716fad7..ba25391 100644 --- a/README.md +++ b/README.md @@ -295,7 +295,7 @@ I just want to centralize my findings and bookmarks in a central location, and s * [YAML Lint](http://www.yamllint.com/) - The YAML Validator * [Animosity](https://github.com/Animosity/CraftIRC/wiki/Complete-idiot%27s-introduction-to-yaml) - Complete idiot's introduction to yaml * [Ansible Docs](http://ansible-docs.readthedocs.io/zh/stable-2.0/rst/YAMLSyntax.html) - YAML Syntax -* [Ansible](https://github.com/ansible/ansible-examples) - This repository contains examples and best practices for building Ansible Playbooks. +* [Ansible](https://github.com/ansible/ansible-examples) - [ansible-examples] This repository contains examples and best practices for building Ansible Playbooks. * [Fred Alger / Mark Theunissen](https://gist.github.com/marktheunissen/2979474) - Insanely complete Ansible playbook, showing off all the options * [indusbox](https://github.com/indusbox/goss-ansible) - Ansible module for Goss * [Stack Exchange](https://devops.stackexchange.com/a/706/3072) - How to test provisioning and configuration in Ansible setup?