Use separate bootstrap files for base and pvc roles

This commit is contained in:
2019-06-17 21:59:21 -04:00
parent 33e9c4ae28
commit 1fb481f4fb
2 changed files with 6 additions and 6 deletions

View File

@ -2,9 +2,9 @@
# First-run check
- name: check if this is a new instance
shell: "echo 'bootstrapped' > /etc/pvc-install"
shell: "echo 'bootstrapped' > /etc/pvc-pvc-install"
args:
creates: /etc/pvc-install
creates: /etc/pvc-pvc-install
register: newhost_check
tags: always