From e2abb8cf1215792c30d079185c1c8aaff4c9645b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=B6=E4=BF=8A=20=E9=83=AD?= Date: Thu, 28 Nov 2024 05:28:52 +0000 Subject: [PATCH] =?UTF-8?q?Merged=20PR=20133:=20=F0=9F=92=84style:=20fixed?= =?UTF-8?q?=20galaxy.yml?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit đź’„style: fixed galaxy.yml --- galaxy.yml | 37 ++++++++++++++++++++++++++++++------- 1 file changed, 30 insertions(+), 7 deletions(-) diff --git a/galaxy.yml b/galaxy.yml index 903c3de..379d600 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -7,18 +7,41 @@ version: 1.0.0 readme: README.md authors: -- Shinya Hamano -- Yutaka Kamioka -- Jiajun Guo -- Tomohisa Nakai + - Shinya Hamano + - Yutaka Kamioka + - Jiajun Guo + - Tomohisa Nakai description: Ansible iRMC Collection for PRIMERGY Distribution by Fsas Technologies Inc.. license: -- GPL-3.0-or-later + - GPL-3.0-or-later -tags: [fujitsu, primergy, irmc, fti] +tags: + - fujitsu + - primergy + - irmc + - fti + - infrastructure + - windows + - tools repository: https://github.com/fujitsu/fujitsu-ansible-irmc-integration -build_ignore: ['examples', 'group_vars', 'tests', 'inventory.ini', 'ansible.cfg', '.gitignore', '.editorconfig', 'pyproject.toml', 'requirements.lock', 'requirements-dev.lock', '.python-version', '.venv', '.ruff_cache'] +build_ignore: + - examples + - group_vars + - host_vars + - tests + - inventory.ini + - ansible.cfg + - .gitignore + - .editorconfig + - pyproject.toml + - requirements.lock + - requirements-dev.lock + - .python-version + - .venv + - .ruff_cache + - .ansible-lint + - .markdownlint-cli2.yaml