Skip to content

Commit

Permalink
bugfix: bump box version
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Apr 19, 2020
1 parent 406d3f0 commit 655510e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ provisioner:
- filter_plugins

platforms:
- name: freebsd-12.0-amd64
- name: freebsd-12.1-amd64
driver:
box: trombik/ansible-freebsd-12.0-amd64
box: trombik/ansible-freebsd-12.1-amd64
box_check_update: false
driver_config:
ssh:
shell: '/bin/sh'
provisioner:
extra_vars:
ansible_python_interpreter: '/usr/local/bin/python'
ansible_python_interpreter: '/usr/local/bin/python3'

- name: openbsd-6.5-amd64
driver:
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ galaxy_info:
platforms:
- name: FreeBSD
versions:
- 12.0
- 12.1
- name: OpenBSD
versions:
- 6.5
Expand Down

0 comments on commit 655510e

Please sign in to comment.