Skip to content

Commit

Permalink
updated expected ansible version string in testinfra
Browse files Browse the repository at this point in the history
  • Loading branch information
zenmonkeykstop authored and rocodes committed Oct 19, 2023
1 parent dbe550c commit 9e85920
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion molecule/testinfra/common/test_platform.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ def test_ansible_version(host):
"""
localhost = host.get_host("local://")
c = localhost.check_output("ansible --version")
assert c.startswith("ansible 2.")
assert c.startswith("ansible [core 2.")


def test_platform(host):
Expand Down

0 comments on commit 9e85920

Please sign in to comment.