Skip to content

Commit

Permalink
Merge pull request #12 from stone-payments/update/refactoring
Browse files Browse the repository at this point in the history
check if service is up after installation
  • Loading branch information
cnatan authored Jul 23, 2021
2 parents c2d51fb + ac92be2 commit c9333af
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions tasks/rhel/install.yml
Original file line number Diff line number Diff line change
Expand Up @@ -89,3 +89,7 @@
when: dryrun is not defined
tags:
- service

- name: Check service status
command: systemctl status vsts-agent
changed_when: False

0 comments on commit c9333af

Please sign in to comment.