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
|
# hashistack deployment playbook
|
||||||
- name: "Preflight"
|
- name: "Preflight"
|
||||||
hosts: all
|
hosts: all, !deployment
|
||||||
strategy: linear
|
strategy: linear
|
||||||
gather_facts: true
|
gather_facts: true
|
||||||
become: true
|
become: true
|
||||||
|
Loading…
Reference in New Issue
Block a user