diff --git a/.ansible-lint b/.ansible-lint index 22c6c7e..cbd9e6c 100644 --- a/.ansible-lint +++ b/.ansible-lint @@ -3,7 +3,6 @@ # Ansible managed # exclude_paths: - - ./meta/exception.yml - ./meta/preferences.yml - ./molecule/default/prepare.yml - ./molecule/default/converge.yml diff --git a/.github/workflows/galaxy.yml b/.github/workflows/galaxy.yml index 1d36b74..092e544 100644 --- a/.github/workflows/galaxy.yml +++ b/.github/workflows/galaxy.yml @@ -13,6 +13,6 @@ jobs: runs-on: ubuntu-20.04 steps: - name: galaxy - uses: robertdebock/galaxy-action@1.1.0 + uses: robertdebock/galaxy-action@1.2.0 with: galaxy_api_key: ${{ secrets.galaxy_api_key }} diff --git a/README.md b/README.md index 859463a..46a8916 100644 --- a/README.md +++ b/README.md @@ -92,14 +92,6 @@ The minimum version of Ansible required is 2.10, tests have been done to: - The current version. - The development version. -## [Exceptions](#exceptions) - -Some roles can't run on a specific distribution or version. Here are some exceptions. - -| variation | reason | -|---------------------------|------------------------| -| Alpine | directory /etc/security is not writable (check presence, access rights, use sudo) | - If you find issues, please register them in [GitHub](https://github.com/robertdebock/ansible-role-swap/issues) diff --git a/meta/exception.yml b/meta/exception.yml deleted file mode 100644 index 61a5069..0000000 --- a/meta/exception.yml +++ /dev/null @@ -1,4 +0,0 @@ ---- -exceptions: - - variation: Alpine - reason: "directory /etc/security is not writable (check presence, access rights, use sudo)"