From 43aad5ca227f5ccb61ee06af8698890fab494174 Mon Sep 17 00:00:00 2001 From: Wong Hoi Sing Edison Date: Sat, 13 Mar 2021 01:36:50 +0800 Subject: [PATCH] git submodule update --remote --- .ansible-lint | 3 --- .../ansible_collections/alvistack/vagrant-ubuntu | 1 + CHANGELOG.md | 8 ++++++++ 3 files changed, 9 insertions(+), 3 deletions(-) delete mode 100644 .ansible-lint create mode 120000 .cache/collections/ansible_collections/alvistack/vagrant-ubuntu diff --git a/.ansible-lint b/.ansible-lint deleted file mode 100644 index 5d830af..0000000 --- a/.ansible-lint +++ /dev/null @@ -1,3 +0,0 @@ -skip_list: - - no-handler # Tasks that run when changed should likely be handlers - - unnamed-task # All tasks should be named diff --git a/.cache/collections/ansible_collections/alvistack/vagrant-ubuntu b/.cache/collections/ansible_collections/alvistack/vagrant-ubuntu new file mode 120000 index 0000000..c866b86 --- /dev/null +++ b/.cache/collections/ansible_collections/alvistack/vagrant-ubuntu @@ -0,0 +1 @@ +../../../.. \ No newline at end of file diff --git a/CHANGELOG.md b/CHANGELOG.md index 0a27fe6..c5043b7 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -4,6 +4,14 @@ ### Major Changes +## 20210313.1.1 - 2021-03-13 + +### Major Changes + + - Bugfix [ansible-lint `namespace`](https://github.com/ansible-community/ansible-lint/pull/1451) + - Bugfix [ansible-lint `no-handler`](https://github.com/ansible-community/ansible-lint/pull/1402) + - Bugfix [ansible-lint `unnamed-task`](https://github.com/ansible-community/ansible-lint/pull/1413) + ## 20210116.1.0 - 2021-01-16 ### Major Changes