Skip to content

Commit

Permalink
Merge pull request #19 from buluma/testing
Browse files Browse the repository at this point in the history
Bit different for Debian Bookworm.
  • Loading branch information
buluma authored Feb 20, 2022
2 parents d13cc48 + 29aa4fd commit 20bf09e
Show file tree
Hide file tree
Showing 4 changed files with 1 addition and 16 deletions.
1 change: 0 additions & 1 deletion .ansible-lint
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
# Ansible managed
#
exclude_paths:
- ./meta/exception.yml
- ./molecule/default/prepare.yml
- ./molecule/default/converge.yml
- ./molecule/default/verify.yml
Expand Down
8 changes: 0 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -133,14 +133,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 | mysql role does not work on alpine. |


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

Expand Down
4 changes: 0 additions & 4 deletions meta/exception.yml

This file was deleted.

4 changes: 1 addition & 3 deletions vars/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,14 +9,13 @@ _moodle_requirements:
- php-intl
- php-xmlrpc
- php-soap
RedHat-8: &redhat_requirements
RedHat-8:
- php-mysqlnd
- php-zip
- php-gd
- php-intl
- php-xmlrpc
- php-soap
Rocky-8: *redhat_requirements
Debian:
- php-mysqli
- php-zip
Expand All @@ -29,7 +28,6 @@ _moodle_requirements:
- php-zip
- php-gd
- php-intl
- php-xmlrpc
- php-soap
Suse:
- php7-mysql
Expand Down

0 comments on commit 20bf09e

Please sign in to comment.