Skip to content

Commit

Permalink
bugfix: bump box versions, add ansible.cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
trombik committed Apr 16, 2020
1 parent 60a1031 commit a824396
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ provisioner:
- filter_plugins

platforms:
- name: freebsd-11.2-amd64
- name: freebsd-11.3-amd64
driver:
box: trombik/ansible-freebsd-11.2-amd64
box: trombik/ansible-freebsd-11.3-amd64
box_check_update: false
driver_config:
ssh:
Expand All @@ -32,7 +32,7 @@ platforms:
extra_vars:
ansible_python_interpreter: '/usr/local/bin/python'

- name: freebsd-12.0-amd64
- name: freebsd-12.1-amd64
driver:
box: trombik/ansible-freebsd-12.0-amd64
box_check_update: false
Expand Down
2 changes: 2 additions & 0 deletions ansible.cfg
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
[defaults]
stdout_callback = yaml
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ galaxy_info:
platforms:
- name: FreeBSD
versions:
- 11.2
- 12.0
- 11.3
- 12.1
galaxy_tags:
- freebsd
- ports
Expand Down

0 comments on commit a824396

Please sign in to comment.