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 bc04340 commit 806805b
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ or higher in order to apply [patches](#2-apply-patches-to-the-source).
You can simply use pip to install (and define) a stable version:

```sh
pip install ansible==2.7.2
pip install ansible==2.7.5
```

All platform requirements are listed in the metadata file.
Expand Down Expand Up @@ -487,7 +487,7 @@ brings up the following containers:
- Ubuntu 18.04 (Bionic Beaver)
- Ubuntu 18.10 (Cosmic Cuttlefish)
Ansible 2.7.2 is installed on all containers and a
Ansible 2.7.5 is installed on all containers and a
[test playbook](tests/test.yml) is getting applied.
For further details and additional checks take a look at the
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.custom_nginx
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.custom_nginx
ansible_version: 2.7.2
ansible_version: 2.7.5

docker_image_path: "__PATH__/tests/docker"

Expand Down

0 comments on commit 806805b

Please sign in to comment.