fix: more deployment host exclusion
All checks were successful
development / Check commit compliance (push) Successful in 6s
All checks were successful
development / Check commit compliance (push) Successful in 6s
This commit is contained in:
parent
01d91eae57
commit
8bf82336f8
@ -1,7 +1,7 @@
|
||||
---
|
||||
# hashistack deployment playbook
|
||||
- name: "Preflight"
|
||||
hosts: all
|
||||
hosts: all, !deployment
|
||||
strategy: linear
|
||||
gather_facts: true
|
||||
become: true
|
||||
|
Loading…
Reference in New Issue
Block a user