Skip to content

Commit

Permalink
Ansible 2.0 support
Browse files Browse the repository at this point in the history
This role was tested with Ansible 2.0
  • Loading branch information
Sebastian Gumprich authored and chris-rock committed Feb 24, 2016
1 parent ea862cc commit 75cbba4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .kitchen.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ suites:
- name: default
hosts: all
ansible_verbose: true
ansible_version: 1.9.2
ansible_version: 2
ansible_diff: true
roles_path: ../ansible-os-hardening/
provisioner:
Expand Down
2 changes: 1 addition & 1 deletion meta/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
---
galaxy_info:
author: "Sebastian Gumprich"
description: ' This Ansible playbook provides numerous security-related configurations, providing all-round base protection.'
description: 'This Ansible playbook provides numerous security-related configurations, providing all-round base protection.'
company: Hardening Framework Team
license: Apache License 2.0
min_ansible_version: '1.9'
Expand Down

0 comments on commit 75cbba4

Please sign in to comment.