diff --git a/ansible_collection_diademiemi.jetbrains.code-workspace b/ansible_collection_diademiemi.jetbrains.code-workspace index 8be0ad8..e78144f 100644 --- a/ansible_collection_diademiemi.jetbrains.code-workspace +++ b/ansible_collection_diademiemi.jetbrains.code-workspace @@ -20,14 +20,14 @@ "**/requirements.yml": "ansible", "**/terraform/**": "terraform", "**/inventories/terraform/**": "ansible" - } + }, + "workbench.iconTheme": "vs-seti" }, "extensions": { "recommendations": [ "redhat.ansible", "redhat.vscode-yaml", "hashicorp.terraform", - "GitHub.copilot-nightly", "GitLab.gitlab-workflow", "yzhang.markdown-all-in-one" ] diff --git a/changelogs/CHANGELOG-v.rst b/changelogs/CHANGELOG-v.rst index 4cee682..5e832cc 100644 --- a/changelogs/CHANGELOG-v.rst +++ b/changelogs/CHANGELOG-v.rst @@ -5,6 +5,19 @@ diademiemi.jetbrains Release Notes .. contents:: Topics +v8.0.0 +====== + +Release Summary +--------------- + +Add phpstorm role + +Major Changes +------------- + +- add phpstorm, thanks @func0der + v7.0.0 ====== diff --git a/changelogs/changelog.yaml b/changelogs/changelog.yaml index 9feea23..91a347a 100644 --- a/changelogs/changelog.yaml +++ b/changelogs/changelog.yaml @@ -105,3 +105,11 @@ releases: fragments: - fragment.yml release_date: '2023-12-22' + 8.0.0: + changes: + major_changes: + - add phpstorm, thanks @func0der + release_summary: Add phpstorm role + fragments: + - php.yml + release_date: '2024-02-04' diff --git a/galaxy.yml b/galaxy.yml index ad1abff..00067cb 100644 --- a/galaxy.yml +++ b/galaxy.yml @@ -8,7 +8,7 @@ namespace: diademiemi name: jetbrains # The version of the collection. Must be compatible with semantic versioning -version: 7.0.0 +version: 8.0.0 # The path to the Markdown (.md) readme file. This path is relative to the root of the collection readme: README.md diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..f643143 --- /dev/null +++ b/requirements.txt @@ -0,0 +1,7 @@ +yamllint +ansible-lint +ansible +ansible-compat +antsibull-changelog +antsibull-docs + diff --git a/roles/android_studio/requirements.txt b/roles/android_studio/requirements.txt index 13b3e09..bbb3f76 100644 --- a/roles/android_studio/requirements.txt +++ b/roles/android_studio/requirements.txt @@ -3,6 +3,7 @@ ansible-lint ansible ansible-compat antsibull-changelog +antsibull-docs molecule molecule-plugins[podman] jmespath \ No newline at end of file diff --git a/roles/clion/requirements.txt b/roles/clion/requirements.txt index 13b3e09..bbb3f76 100644 --- a/roles/clion/requirements.txt +++ b/roles/clion/requirements.txt @@ -3,6 +3,7 @@ ansible-lint ansible ansible-compat antsibull-changelog +antsibull-docs molecule molecule-plugins[podman] jmespath \ No newline at end of file diff --git a/roles/common/requirements.txt b/roles/common/requirements.txt index 13b3e09..bbb3f76 100644 --- a/roles/common/requirements.txt +++ b/roles/common/requirements.txt @@ -3,6 +3,7 @@ ansible-lint ansible ansible-compat antsibull-changelog +antsibull-docs molecule molecule-plugins[podman] jmespath \ No newline at end of file diff --git a/roles/goland/requirements.txt b/roles/goland/requirements.txt index 13b3e09..bbb3f76 100644 --- a/roles/goland/requirements.txt +++ b/roles/goland/requirements.txt @@ -3,6 +3,7 @@ ansible-lint ansible ansible-compat antsibull-changelog +antsibull-docs molecule molecule-plugins[podman] jmespath \ No newline at end of file diff --git a/roles/idea/requirements.txt b/roles/idea/requirements.txt index 13b3e09..bbb3f76 100644 --- a/roles/idea/requirements.txt +++ b/roles/idea/requirements.txt @@ -3,6 +3,7 @@ ansible-lint ansible ansible-compat antsibull-changelog +antsibull-docs molecule molecule-plugins[podman] jmespath \ No newline at end of file diff --git a/roles/pycharm/ansible_role_.code-workspace b/roles/pycharm/ansible_role_.code-workspace index 8be0ad8..bc11127 100644 --- a/roles/pycharm/ansible_role_.code-workspace +++ b/roles/pycharm/ansible_role_.code-workspace @@ -27,7 +27,6 @@ "redhat.ansible", "redhat.vscode-yaml", "hashicorp.terraform", - "GitHub.copilot-nightly", "GitLab.gitlab-workflow", "yzhang.markdown-all-in-one" ] diff --git a/roles/pycharm/requirements.txt b/roles/pycharm/requirements.txt index 13b3e09..bbb3f76 100644 --- a/roles/pycharm/requirements.txt +++ b/roles/pycharm/requirements.txt @@ -3,6 +3,7 @@ ansible-lint ansible ansible-compat antsibull-changelog +antsibull-docs molecule molecule-plugins[podman] jmespath \ No newline at end of file