mirror of
https://github.com/ansible-collections/community.general.git
synced 2024-09-14 20:13:21 +02:00
Fix rst link syntax.
This commit is contained in:
parent
602f059875
commit
3937082892
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ Amazon
|
||||||
Lead by ryansb
|
Lead by ryansb
|
||||||
|
|
||||||
- Improve ec2.py integration tests **(partial, more to do in 2.4)**
|
- Improve ec2.py integration tests **(partial, more to do in 2.4)**
|
||||||
- ELB version 2 **(pushed - needs_revision [PR](https://github.com/ansible/ansible/pull/19491))**
|
- ELB version 2 **(pushed - needs_revision)** `PR <https://github.com/ansible/ansible/pull/19491>`_
|
||||||
- CloudFormation YAML, cross-stack reference, and roles support **(done)**
|
- CloudFormation YAML, cross-stack reference, and roles support **(done)**
|
||||||
- ECS module refactor **(done)**
|
- ECS module refactor **(done)**
|
||||||
- AWS module unit testing w/ placebo (boto3 only) **(pushed 2.4)**
|
- AWS module unit testing w/ placebo (boto3 only) **(pushed 2.4)**
|
||||||
|
|
|
@ -21,7 +21,7 @@ root directory of the Ansible repo.
|
||||||
|
|
||||||
$ pip install .[azure]
|
$ pip install .[azure]
|
||||||
|
|
||||||
You can also directly run Ansible in [Azure Cloud Shell](https://shell.azure.com), where Ansible is pre-installed.
|
You can also directly run Ansible in `Azure Cloud Shell <https://shell.azure.com>`_, where Ansible is pre-installed.
|
||||||
|
|
||||||
Authenticating with Azure
|
Authenticating with Azure
|
||||||
-------------------------
|
-------------------------
|
||||||
|
|
Loading…
Reference in a new issue