From f94bf9e22f85c0c60b9f3322df9d35efd9ae1431 Mon Sep 17 00:00:00 2001 From: Simon Baerlocher Date: Mon, 25 May 2020 15:03:55 +0200 Subject: [PATCH] Fixed absent license_file in galaxy.yml --- CHANGELOG.md | 4 ++++ galaxy.yml | 1 - 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 948c081..1f659b1 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +11,10 @@ and [human-readable changelog](https://keepachangelog.com/en/1.0.0/). - Refactoring of ansible role remote_desktop. +### Fixed + +- Fixed absent license_file in galaxy.yml. + ## 0.0.4 ### Added diff --git a/galaxy.yml b/galaxy.yml index fdc40b1..2eb8e24 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,6 @@ authors: description: 'Ansible Collection for Windows functions.' license: - MIT -license_file: 'LICENSE' tags: - windows dependencies: {}