Skip to content

Commit

Permalink
Ansible 2.9 is out!
Browse files Browse the repository at this point in the history
  • Loading branch information
robertdebock committed Nov 2, 2019
1 parent 79eb128 commit 89e9fcc
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -124,8 +124,8 @@ This role has been tested on these [container images](https://hub.docker.com/):

This role has been tested on these Ansible versions:

- ansible~=2.7
- ansible~=2.8
- ansible~=2.9
- git+https://github.com/ansible/ansible.git@devel

The indicator '\~=' means [compatible with](https://www.python.org/dev/peps/pep-0440/#compatible-release). For example 'ansible\~=2.8' would pick the latest ansible-2.8, for example ansible-2.8.6.
Expand Down
10 changes: 8 additions & 2 deletions molecule/default/molecule.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,9 +8,15 @@ lint:
driver:
name: docker
platforms:
- name: "${namespace:-robertdebock-}${image:-fedora}-${TOX_ENVNAME:-default}"
- name: "java-${image:-fedora}${TOX_ENVNAME}"
image: "${namespace:-robertdebock}/${image:-fedora}:${tag:-latest}"
command: sh -c "while true ; do sleep 30 ; done"
command: /sbin/init
tmpfs:
- /run
- /tmp
volumes:
- /sys/fs/cgroup:/sys/fs/cgroup:ro
privileged: yes
pre_build_image: yes
provisioner:
name: ansible
Expand Down

0 comments on commit 89e9fcc

Please sign in to comment.