Fix ansible-lint E301 for commands fetching data (#6465)

This commit is contained in:
Maxime Guyot
2020-07-28 17:39:47 +02:00
committed by GitHub
parent 96a2b386f2
commit fe46349786
8 changed files with 34 additions and 17 deletions

View File

@@ -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