diff --git a/.github/ISSUE_TEMPLATE/bug_report.md b/.github/ISSUE_TEMPLATE/bug_report.md index 528b917..f616070 100644 --- a/.github/ISSUE_TEMPLATE/bug_report.md +++ b/.github/ISSUE_TEMPLATE/bug_report.md @@ -28,4 +28,3 @@ Show at least the error, possible related output, maybe just all the output. - Control node Ansible version: [e.g. 2.9.1] (`ansible --version`) - Managed node OS: [e.g. CentOS 7] (`cat /etc/os-release`) -Please consider [sponsoring me](https://github.com/sponsors/buluma). diff --git a/.github/ISSUE_TEMPLATE/feature_request.md b/.github/ISSUE_TEMPLATE/feature_request.md index c73a160..f13966d 100644 --- a/.github/ISSUE_TEMPLATE/feature_request.md +++ b/.github/ISSUE_TEMPLATE/feature_request.md @@ -16,4 +16,3 @@ Why is this feature required? Add any other context about the feature request here. -Please consider [sponsoring me](https://github.com/sponsors/buluma). diff --git a/.github/workflows/molecule.yml b/.github/workflows/molecule.yml index 362eae8..de8db25 100644 --- a/.github/workflows/molecule.yml +++ b/.github/workflows/molecule.yml @@ -63,8 +63,6 @@ jobs: tag: "focal" - image: "docker-ubuntu-systemd" tag: "bionic" - - image: "docker-ubuntu-systemd" - tag: "lunar" - image: "kali" tag: "latest" steps: diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 363cc97..946b0bf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -32,8 +32,6 @@ molecule: tag: "focal" - image: "docker-ubuntu-systemd" tag: "bionic" - - image: "docker-ubuntu-systemd" - tag: "lunar" - image: "kali" tag: "latest"