Skip to content

Commit

Permalink
Handle output inconsistencies with Ansible before 2.2
Browse files Browse the repository at this point in the history
  • Loading branch information
pgeraghty committed Sep 24, 2019
1 parent 6ade861 commit 7b1a8d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion spec/ansible/output_spec.rb
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ module Output
output << Ansible::Output.to_html(line)
end

expect(output).to match /<span style="color: green;">ok=1/
expect(output).to match /<span style="color: green;">ok/
end

context 'for a non-existent playbook' do
Expand Down

0 comments on commit 7b1a8d8

Please sign in to comment.