Consistent newhost format between roles

This commit is contained in:
2019-06-18 10:47:40 -04:00
parent c288111c2f
commit e3ed5675a9
2 changed files with 18 additions and 10 deletions

View File

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