mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2025-12-15 22:34:21 +03:00
project: resolve ansible-lint key-order rule (#10314)
Signed-off-by: Arthur Outhenin-Chalandre <arthur.outhenin-chalandre@proton.ch>
This commit is contained in:
committed by
GitHub
parent
2a7c9d27b2
commit
d21bfb84ad
@@ -1,5 +1,7 @@
|
||||
---
|
||||
- name: "Download_file | download {{ download.dest }}"
|
||||
tags:
|
||||
- download
|
||||
block:
|
||||
- name: Prep_download | Set a few facts
|
||||
set_fact:
|
||||
@@ -139,6 +141,3 @@
|
||||
|
||||
- name: "Download_file | Extract file archives"
|
||||
include_tasks: "extract_file.yml"
|
||||
|
||||
tags:
|
||||
- download
|
||||
|
||||
Reference in New Issue
Block a user