Only run etherpad playbook on new server

This doesn't want to run on etherpad.openstack.org.

Change-Id: Ib01a0f57b1d1bd1b3faccb7389c53e7a2835793a
This commit is contained in:
Monty Taylor 2020-04-07 16:59:37 -05:00
parent 38484fcc3b
commit a0a0341b36

View File

@ -1,4 +1,4 @@
- hosts: "etherpad:!disabled"
- hosts: "etherpad01.opendev.org:!disabled"
name: "Base: configure etherpad"
roles:
- install-docker