From 2d0728b0bb1aff7f79ab41df03b7dfa0d5fcc616 Mon Sep 17 00:00:00 2001 From: Klaus Zerwes Date: Sun, 12 May 2024 07:12:06 +0200 Subject: [PATCH] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 3c16625..3a2cfae 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,7 @@ [![pylint](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/pylint.yml/badge.svg)](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/pylint.yml) [![test](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/test.yml/badge.svg)](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/test.yml) [![test rebuild map](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/testupdatemap.yml/badge.svg)](https://github.com/zerwes/ansible-fqcn-converter/actions/workflows/testupdatemap.yml) +[![License: GPL v3](https://img.shields.io/badge/License-GPL%20v3-blue.svg)](http://www.gnu.org/licenses/gpl-3.0) # Ansible FQCN converter Update ansible tasks, playbooks, handlers etc. to use fully qualified module names (even for ansible builtins) by searching for all known modules that are not in fqcn notation and replacing them with the fqcn name.