diff --git a/.github/workflows/code_testing.yml b/.github/workflows/code_testing.yml index 483e4c2..c09e959 100644 --- a/.github/workflows/code_testing.yml +++ b/.github/workflows/code_testing.yml @@ -40,7 +40,7 @@ jobs: ] include: - molecule_scenario: default - ansible_version_minimum: "2.12" + ansible_version_minimum: "2.15" ansible_package_version_minimum: "5.0.1" name: Molecule Test diff --git a/README.md b/README.md index 0ce217e..f677fb6 100644 --- a/README.md +++ b/README.md @@ -36,7 +36,7 @@ Installs and configures paperless-ngx EDMS. ### 1.1. Ansible -`ansible_version_minimum: "2.12"` or newer is required. +`ansible_version_minimum: "2.15"` or newer is required. The following Ansible collections need to be installed (via `ansible-galaxy collection install`) * community.general diff --git a/vars/main.yml b/vars/main.yml index e4dea8b..339206d 100644 --- a/vars/main.yml +++ b/vars/main.yml @@ -1,7 +1,7 @@ --- # Vars that shouldn't be altered by the user ## Vars without reference to the paperless-ngx docs -ansible_version_minimum: "2.12" +ansible_version_minimum: "2.15" ansible_required_collections: # [a-z_]+\.[a-z_]+(\.[a-z_]+)?: - community.general