mirror of
https://github.com/kubernetes-sigs/kubespray.git
synced 2026-05-09 02:17:39 -02:30
Fix ansible-lint E301 for commands fetching data (#6465)
This commit is contained in:
@@ -7,8 +7,9 @@
|
||||
expire_days: 2
|
||||
|
||||
tasks:
|
||||
- name: Generate uniq bucket name prefix # noqa 301
|
||||
- name: Generate uniq bucket name prefix
|
||||
raw: date +%Y%m%d
|
||||
changed_when: false
|
||||
register: out
|
||||
|
||||
- name: replace_test_id
|
||||
|
||||
Reference in New Issue
Block a user