Skip to content

Commit cb13a80

Browse files
committed
Rename namespace from certkit -> certkit_io
1 parent 72c71e1 commit cb13a80

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# Ansible Role: Certkit.Sync
1+
# Ansible Role: certkit_io.sync
22

33
An Ansible Role for Linux that installs a script which synchronizes SSL certificates managed by [Certkit.io](https://www.certkit.io/).
44

@@ -11,7 +11,7 @@ A Certkit account ([Signup for free](https://app.certkit.io/signup)).
1111
Install using the `ansible-galaxy` CLI:
1212

1313
```
14-
ansible-galaxy role install certkit.sync
14+
ansible-galaxy role install certkit_io.sync
1515
```
1616

1717
## Role Variables
@@ -38,7 +38,7 @@ None.
3838
tasks:
3939

4040
- include_role:
41-
name: certkit.sync
41+
name: certkit_io.sync
4242
vars:
4343
# Credentials from the CertKit UI
4444
certkit_bucket: certkit-1234

meta/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
galaxy_info:
33
role_name: sync
4-
namespace: certkit
4+
namespace: certkit_io
55
author: "Certkit.io"
66
description: Certkit SSL Certificate Syncing for Linux.
77
company: "TrackJS, LLC"

0 commit comments

Comments
 (0)