Skip to content

Commit

Permalink
Fix service filepath
Browse files Browse the repository at this point in the history
  • Loading branch information
matisku committed Oct 2, 2017
1 parent 8343c55 commit eaeb1f9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .travis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ addons:
packages:
- python-pip

before_install:
# Make sure everything's up to date.
- sudo apt-get update -qq

install:
# Install ansible
- pip2 install ansible
Expand Down
2 changes: 1 addition & 1 deletion tasks/teamcity-server.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
- name: "Put TeamCity service file (sysv)"
template:
src: "teamcity-agent.conf.j2"
dest: "/etc/init/teamcity-agent.conf"
dest: "/etc/init/teamcity-server.conf"
mode: 0644
when: "ansible_service_mgr != 'systemd'"

Expand Down

0 comments on commit eaeb1f9

Please sign in to comment.