Skip to content

Commit

Permalink
Restart is in the end of the role. Remove referral to nonexistent res…
Browse files Browse the repository at this point in the history
…tart.
  • Loading branch information
VilleS1 committed Sep 21, 2020
1 parent 7ca1a7f commit 6b7f6a4
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,12 +174,10 @@
- name: copy host certificate key file
copy: src=files/certificates/hostkey.pem dest=/etc/grid-security/ owner=root mode=0400
when: hostkey.stat.exists
notify: restart_arc_frontend_services

- name: copy host certificate file
copy: src=files/certificates/hostcert.pem dest=/etc/grid-security/ owner=root mode=0644
when: hostcert.stat.exists
notify: restart_arc_frontend_services

- name: verify certificate and hostkey
script: files/verify_certificate
Expand All @@ -189,15 +187,6 @@












- name: Template arc.conf file
template: backup=yes src=arc.conf.j2 dest=/etc/arc.conf owner=root mode=0644

Expand Down

0 comments on commit 6b7f6a4

Please sign in to comment.