Ordering issue?
This commit is contained in:
parent
0a705cc2f3
commit
577ac26853
1 changed files with 2 additions and 2 deletions
|
@ -62,12 +62,12 @@
|
|||
|
||||
- name: setup zodbot systemd service file (prod)
|
||||
copy: src=zodbot.service dest=/etc/systemd/system/zodbot.service
|
||||
when: env =! "staging"
|
||||
notify:
|
||||
- reload systemd
|
||||
tags:
|
||||
- config
|
||||
- supybot
|
||||
when: env =! "staging"
|
||||
|
||||
- name: enable zodbot service (prod)
|
||||
service: name=zodbot state=started enabled=true
|
||||
|
@ -78,12 +78,12 @@
|
|||
|
||||
- name: setup ursabot systemd service file (stg)
|
||||
copy: src=ursabot.service dest=/etc/systemd/system/ursabot.service
|
||||
when: env == "staging"
|
||||
notify:
|
||||
- reload systemd
|
||||
tags:
|
||||
- config
|
||||
- supybot
|
||||
when: env == "staging"
|
||||
|
||||
- name: enable ursabot service (stg)
|
||||
service: name=ursabot state=started enabled=true
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue