Skip to content

Commit

Permalink
Use new galaxy action.
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Mar 29, 2022
1 parent ee1ae36 commit 5c85f84
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 12 deletions.
1 change: 0 additions & 1 deletion .ansible-lint
Expand Up @@ -3,7 +3,6 @@
# Ansible managed
#
exclude_paths:
- ./meta/exception.yml
- ./meta/preferences.yml
- ./molecule/default/prepare.yml
- ./molecule/default/converge.yml
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/galaxy.yml
Expand Up @@ -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 }}
10 changes: 0 additions & 10 deletions README.md
Expand Up @@ -176,16 +176,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 |
|---------------------------|------------------------|
| fedora:32 | nothing provides libzip(x86-64) >= 1.7.3 needed by php-pecl-zip-1.19.1-1.fc32.remi.7.4.x86_64 |
| fedora:rawhide | dependent role "remi" does not support fedora:rawhide. |
| debian:bullseye | Package 'php-dom' (and 'php-posix') has no installation candidate |


If you find issues, please register them in [GitHub](https://github.com/robertdebock/ansible-role-nextcloud/issues)

Expand Down

0 comments on commit 5c85f84

Please sign in to comment.