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