Skip to content

Commit

Permalink
Fix test failing under Ansible 2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeraghty committed Feb 8, 2016
1 parent 6adace1 commit 84704eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ansible/playbook_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ module Ansible
end

it 'can execute a basic Ansible Playbook' do
expect(Playbook.run '-i localhost, spec/mock_playbook.yml').to match /TASK: \[Test task\]/
expect(Playbook.run '-i localhost, spec/mock_playbook.yml').to match /TASK? \[Test task\]/
end

it 'can stream the output from execution of an Ansible Playbook' do
Expand Down

0 comments on commit 84704eb

Please sign in to comment.