Skip to content

Commit b0b4306

Browse files
author
Roderik van der Veer
committed
Update documentation and dependency naming
1 parent 7d9e130 commit b0b4306

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# computername
1+
# superlumic-computername
22

33
Ansible role to set the computer name on OSX. This role is part of the Superlumic project that aims to simplify repeat computer setups on OSX, 10.10 and up.
44

@@ -8,7 +8,7 @@ Ansible role to set the computer name on OSX. This role is part of the Superlumi
88

99
## Dependencies
1010

11-
* [osx-defaults](https://github.com/superlumic/ansible-role-osx-defaults)
11+
* [roderik.superlumic-osx-defaults](https://github.com/superlumic/ansible-role-osx-defaults)
1212

1313
# Usage
1414

meta/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
galaxy_info:
33
author: Roderik van der Veer
4-
description: Ansible role that sets the computername on OSX
4+
description: Ansible role to set the computer name on OSX. This role is part of the Superlumic project that aims to simplify repeat computer setups on OSX, 10.10 and up.
55
license: MIT
66
min_ansible_version: 1.2
77
platforms:
@@ -11,4 +11,4 @@ galaxy_info:
1111
categories:
1212
- system
1313
dependencies:
14-
- osx-defaults
14+
- roderik.superlumic-osx-defaults

0 commit comments

Comments
 (0)