Skip to content

Commit

Permalink
ci: use explicit role name for clone (#3)
Browse files Browse the repository at this point in the history
* ci: use explicit role name for clone

* chore: bump ansible test versions
  • Loading branch information
maxhoesel authored Jan 24, 2022
1 parent ae61425 commit e3814ac
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 3 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,10 @@ on:
pull_request:
workflow_dispatch:

defaults:
run:
working-directory: postfix_nullclient

jobs:
lint:
name: "CI"
Expand All @@ -13,6 +17,7 @@ jobs:
uses: actions/checkout@v2
with:
fetch-depth: 0
path: postfix_nullclient

- name: Set up Python 3
uses: actions/setup-python@v2
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ Supports SSL/TLS auth and multi-instance operation as the primary instance.
Requirements
------------

- A recent Ansible version. This role supports the 3 most recent major Ansible releases.
- A recent Ansible version. This role supports the 2 most recent major Ansible releases.
Older versions might still work, but are not supported
- A host running:
- Ubuntu 18.04 LTS or newer
Expand Down
2 changes: 1 addition & 1 deletion molecule/default/converge.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
tasks:
- name: "Include postfix_nullclient"
include_role:
name: "maxhoesel.postfix_nullclient"
name: "postfix_nullclient"
vars:
postfix_relayhost: mail.invalid.tld
postfix_relayhost_username: [email protected]
Expand Down
2 changes: 1 addition & 1 deletion tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ requires =
skipsdist = True

[ansible]
ansible = 3,4,5
ansible = 4,5
python = 3

[testenv]
Expand Down

0 comments on commit e3814ac

Please sign in to comment.