Skip to content

Commit 64ae9ab

Browse files
author
Sebastian Gumprich
committed
update urls, lowercase name
1 parent 30dcc64 commit 64ae9ab

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -27,15 +27,15 @@ These modules are distributed as [collections](https://docs.ansible.com/ansible/
2727
To install them, run:
2828

2929
```
30-
ansible-galaxy collection install T_Systems_MMS.icinga_director
30+
ansible-galaxy collection install t_systems_mms.icinga_director
3131
```
3232

3333
Alternatively put the collection into a `requirements.yml`-file:
3434

3535
```
3636
---
3737
collections:
38-
- T_Systems_MMS.icinga_director
38+
- t_systems_mms.icinga_director
3939
```
4040

4141
Examples
@@ -46,7 +46,7 @@ See the `examples` directory for a complete list of examples.
4646
```
4747
- hosts: localhost
4848
collections:
49-
- T_Systems_MMS.icinga_director
49+
- t_systems_mms.icinga_director
5050
tasks:
5151
- name: create a host in icinga
5252
icinga_host:

galaxy.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# The namespace of the collection. This can be a company/brand/organization or product namespace under which all
44
# content lives. May only contain alphanumeric lowercase characters and underscores. Namespaces cannot start with
55
# underscores or numbers and cannot contain consecutive underscores
6-
namespace: T_Systems_MMS
6+
namespace: t_systems_mms
77

88
# The name of the collection. Has the same character restrictions as 'namespace'
99
name: icinga_director
@@ -45,13 +45,13 @@ tags: []
4545
dependencies: {}
4646

4747
# The URL of the originating SCM repository
48-
repository: https://github.com/T-Systems-MMS/ansible-icinga-modules
48+
repository: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
4949

5050
# The URL to any online docs
51-
documentation: https://github.com/T-Systems-MMS/ansible-icinga-modules
51+
documentation: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
5252

5353
# The URL to the homepage of the collection/project
54-
homepage: https://github.com/T-Systems-MMS/ansible-icinga-modules
54+
homepage: https://github.com/T-Systems-MMS/ansible-collection-icinga-director
5555

5656
# The URL to the collection issue tracker
57-
issues: https://github.com/T-Systems-MMS/ansible-icinga-modules/issues
57+
issues: https://github.com/T-Systems-MMS/ansible-collection-icinga-director/issues

0 commit comments

Comments
 (0)