mirror of
https://pagure.io/fedora-infra/ansible.git
synced 2026-03-20 03:57:02 +08:00
[fedora-docs/translation] Fix yamllint issues
Signed-off-by: Michal Konecny <mkonecny@redhat.com>
This commit is contained in:
@@ -1,3 +1,5 @@
|
|||||||
|
---
|
||||||
|
|
||||||
- name: Install packages
|
- name: Install packages
|
||||||
package:
|
package:
|
||||||
name:
|
name:
|
||||||
@@ -55,7 +57,7 @@
|
|||||||
mode: 0644
|
mode: 0644
|
||||||
tags:
|
tags:
|
||||||
- fedora-docs-translation
|
- fedora-docs-translation
|
||||||
|
|
||||||
- copy:
|
- copy:
|
||||||
src: docs-translation-update
|
src: docs-translation-update
|
||||||
dest: /usr/local/bin/docs-translation-update
|
dest: /usr/local/bin/docs-translation-update
|
||||||
@@ -74,5 +76,3 @@
|
|||||||
tags:
|
tags:
|
||||||
- fedora-docs-translation
|
- fedora-docs-translation
|
||||||
when: env == "production" and inventory_hostname.startswith('sundries01')
|
when: env == "production" and inventory_hostname.startswith('sundries01')
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user