Skip to content

Commit

Permalink
Update ansible_version_minimum to "2.15"
Browse files Browse the repository at this point in the history
  • Loading branch information
stevenengland committed Sep 11, 2024
1 parent 5e5e300 commit 4cd5d82
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/code_testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ Installs and configures paperless-ngx EDMS.

### 1.1. <a name='Ansible'></a>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
Expand Down
2 changes: 1 addition & 1 deletion vars/main.yml
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit 4cd5d82

Please sign in to comment.