Skip to content

Commit

Permalink
spell python properly ffs
Browse files Browse the repository at this point in the history
  • Loading branch information
otakup0pe committed Feb 27, 2018
1 parent 4b39d11 commit f20aafb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ script:
- ansible-playbook -i inventory test.yml --syntax-check

# Play test
- travis_wait 30 ansible-playbook -i inventory test.yml --connection=local --sudo -e "$ROLE_OPTIONS" -vvv -e "ansible_python_interpreter=`which pyton`"
- travis_wait 30 ansible-playbook -i inventory test.yml --connection=local --sudo -e "$ROLE_OPTIONS" -vvv -e "ansible_python_interpreter=`which python`"

# Idempotence test
- ansible-playbook -i inventory test.yml --connection=local --sudo -e "$ROLE_OPTIONS" > idempotence_out
Expand Down

0 comments on commit f20aafb

Please sign in to comment.