diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-05 16:18:41 +0000 |
commit | b643c52cf29ce5bbab738b43290af3556efa1ca9 (patch) | |
tree | 21d5c53d7a9b696627a255777cefdf6f78968824 /ansible_collections/community/azure/README.md | |
parent | Releasing progress-linux version 9.5.1+dfsg-1~progress7.99u1. (diff) | |
download | ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.tar.xz ansible-b643c52cf29ce5bbab738b43290af3556efa1ca9.zip |
Merging upstream version 10.0.0+dfsg.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to '')
-rw-r--r-- | ansible_collections/community/azure/README.md | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/ansible_collections/community/azure/README.md b/ansible_collections/community/azure/README.md deleted file mode 100644 index 765e232f5..000000000 --- a/ansible_collections/community/azure/README.md +++ /dev/null @@ -1,39 +0,0 @@ -# Ansible Community Azure Collection - -THIS COLLECTION IS DEPRECATED, USE [azure.azcollection](https://github.com/ansible-collections/azure) INSTEAD! - -[![Build Status](https://dev.azure.com/ansible/community.azure/_apis/build/status/CI?branchName=master)](https://dev.azure.com/ansible/community.azure/_build?definitionId=30) -[![Codecov](https://img.shields.io/codecov/c/github/ansible-collections/community.azure)](https://codecov.io/gh/ansible-collections/community.azure) - -Provides modules for [Ansible](https://www.ansible.com/community) for various Azure operations. - -## Requirements - -- ansible version >= 2.9 - -## Installation - -To install Azure collection hosted in Galaxy: - -```bash -ansible-galaxy collection install community.azure -``` - -To upgrade to the latest version of Azure collection: - -```bash -ansible-galaxy collection install community.azure --force -``` - -## More information - -- [Ansible Collection overview](https://github.com/ansible-collections/overview) -- [Ansible User guide](https://docs.ansible.com/ansible/latest/user_guide/index.html) -- [Ansible Developer guide](https://docs.ansible.com/ansible/latest/dev_guide/index.html) -- [Ansible Community code of conduct](https://docs.ansible.com/ansible/latest/community/code_of_conduct.html) - -## Licensing - -GNU General Public License v3.0 or later. - -See [COPYING](https://www.gnu.org/licenses/gpl-3.0.txt) to see the full text. |