Skip to content

Commit

Permalink
* Moving tests to Ansible 2.7.5
Browse files Browse the repository at this point in the history
  • Loading branch information
timorunge committed Jan 17, 2019
1 parent ce55931 commit d6fd646
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ or higher.
You can simply use pip to install (and define) a stable version:

```sh
pip install ansible==2.722
pip install ansible==2.7.5
```

All platform requirements are listed in the metadata file.
Expand Down
2 changes: 1 addition & 1 deletion tests/docker_test_runner.travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ disable_logging: False

docker_image_build_args:
ansible_role: timorunge.freeipa_server
ansible_version: 2.7.2
ansible_version: 2.7.5

docker_image_path: "__PATH__/tests/docker"

Expand Down
2 changes: 1 addition & 1 deletion tests/docker_test_runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ disable_logging: False

docker_image_build_args:
ansible_role: timorunge.freeipa_server
ansible_version: 2.7.2
ansible_version: 2.7.5

docker_image_path: "__PATH__/tests/docker"

Expand Down

0 comments on commit d6fd646

Please sign in to comment.