arknoll / ansible-role-selenium

Ansible Role Selenium
https://galaxy.ansible.com/list#/roles/4340
Other
20 stars 51 forks source link

Use systemd unit files for systemd systems. #23

Closed kporras07 closed 7 years ago

kporras07 commented 7 years ago

This should fix #20

kporras07 commented 7 years ago

@geerlingguy, @arknoll It's failing idempotence tests for all of the systemd systems. It's failing in the ensure service is running step. It's also failing centos6 and ubuntu 12.04 for an unresolved dependency while installing chrome

Any ideas?

kporras07 commented 7 years ago

So, I fixed the idempotence problem. Only missing the unresolved dependency.

geerlingguy commented 7 years ago

Fixed the broken test by installing FireFox (instead of Chrome) on older OSes where Chrome isn't supported: https://github.com/arknoll/ansible-role-selenium/pull/24

kporras07 commented 7 years ago

awesome! Thanks @geerlingguy