Skip to content

Commit acebc99

Browse files
author
Roderik van der Veer
committed
Update documentation and dependency naming
1 parent b7ca7a7 commit acebc99

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

README.md

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

33
Ansible role to sets up a complete CLI environment 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,8 +8,8 @@ Ansible role to sets up a complete CLI environment on OSX. This role is part of
88

99
## Dependencies
1010

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

1414
# Usage
1515

meta/main.yml

Lines changed: 3 additions & 3 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 to setup a lean CLI environment
4+
description: Ansible role to sets up a complete CLI environment 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,6 +11,6 @@ galaxy_info:
1111
categories:
1212
- system
1313
dependencies:
14-
- homebrew
15-
- osx-defaults
14+
- roderik.superlumic-homebrew
15+
- roderik.superlumic-osx-defaults
1616

0 commit comments

Comments
 (0)