Skip to content

Commit

Permalink
Replace Ansibles with ANXS
Browse files Browse the repository at this point in the history
  • Loading branch information
Couto committed Sep 26, 2014
1 parent 58f0b16 commit a1ffa88
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
## Ansibles - nodejs [![Build Status](https://travis-ci.org/Ansibles/nodejs.png)](https://travis-ci.org/Ansibles/nodejs)
## ANXS - nodejs [![Build Status](https://travis-ci.org/ANXS/nodejs.png)](https://travis-ci.org/ANXS/nodejs)

Ansible role for installing nodejs, from package or by building it from source.


#### Requirements & Dependencies
- Tested on Ansible 1.4 or higher.
- Depends on Ansibles.build-essential
- Depends on ANXS.build-essential


#### Variables
Expand All @@ -26,4 +26,4 @@ Licensed under the MIT License. See the LICENSE file for details.
#### Feedback, bug-reports, requests, ...
Are [welcome](https://github.com/ansibles/nodejs/issues)!
Are [welcome](https://github.com/ANXS/nodejs/issues)!
4 changes: 2 additions & 2 deletions meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

galaxy_info:
author: pjan vandaele
company: Ansibles
company: ANXS
description: "Install nodejs, from package or build from source"
min_ansible_version: 1.4
license: MIT
Expand All @@ -15,5 +15,5 @@ galaxy_info:
- development

dependencies:
- role: Ansibles.build-essential
- role: ANXS.build-essential
when: nodejs_install_method is defined and nodejs_install_method == "source"

0 comments on commit a1ffa88

Please sign in to comment.