Consistent newhost format between roles

This commit is contained in:
2023-09-01 15:42:20 -04:00
parent f1cca0e22f
commit aef72555c1
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