Skip to content

Commit

Permalink
Bump min_ansible_version
Browse files Browse the repository at this point in the history
  • Loading branch information
tersmitten committed Apr 6, 2022
1 parent 00e2154 commit ff4bb58
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,9 @@ jobs:
matrix:
include:
- distro: debian8
ansible-version: '<2.10'
- distro: debian9
- distro: debian10
- distro: ubuntu1604
ansible-version: '>=2.8, <2.9'
- distro: ubuntu1604
ansible-version: '>=2.9, <2.10'
- distro: ubuntu1604
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ galaxy_info:
company: Oefenweb.nl B.V.
description: Manage ca-certificates in Debian-like systems
license: MIT
min_ansible_version: 2.8.0
min_ansible_version: 2.9.0
platforms:
- name: Ubuntu
versions:
Expand Down
2 changes: 1 addition & 1 deletion tests/tasks/pre.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

- name: generate key
command: >
openssl genrsa -out {{ ca_certificates_certificate_key_file }} 2048;
openssl genrsa -out {{ ca_certificates_certificate_key_file }} 2048
args:
creates: "{{ ca_certificates_certificate_key_file }}"

Expand Down

0 comments on commit ff4bb58

Please sign in to comment.