mirror of
https://github.com/trailofbits/algo.git
synced 2025-06-07 15:43:54 +02:00
Correct indentation for 'block' (#704)
This commit is contained in:
parent
6572c2fb34
commit
ea3766f02c
1 changed files with 8 additions and 8 deletions
16
deploy.yml
16
deploy.yml
|
@ -6,15 +6,15 @@
|
||||||
|
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- block:
|
- block:
|
||||||
- name: Local pre-tasks
|
- name: Local pre-tasks
|
||||||
include: playbooks/local.yml
|
include: playbooks/local.yml
|
||||||
tags: [ 'always' ]
|
tags: [ 'always' ]
|
||||||
|
|
||||||
- name: Local pre-tasks
|
- name: Local pre-tasks
|
||||||
include: playbooks/local_ssh.yml
|
include: playbooks/local_ssh.yml
|
||||||
become: false
|
become: false
|
||||||
when: Deployed_By_Algo is defined and Deployed_By_Algo == "Y"
|
when: Deployed_By_Algo is defined and Deployed_By_Algo == "Y"
|
||||||
tags: [ 'local' ]
|
tags: [ 'local' ]
|
||||||
rescue:
|
rescue:
|
||||||
- debug: var=fail_hint
|
- debug: var=fail_hint
|
||||||
tags: always
|
tags: always
|
||||||
|
|
Loading…
Add table
Reference in a new issue