-
Notifications
You must be signed in to change notification settings - Fork 6
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update ansible requirements format for the AM box
- Loading branch information
1 parent
7375886
commit 96ef23e
Showing
1 changed file
with
19 additions
and
19 deletions.
There are no files selected for viewing
38 changes: 19 additions & 19 deletions
38
packer/templates/vagrant-box-archivematica/requirements.yml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,25 +1,25 @@ | ||
--- | ||
roles: | ||
- src: "https://github.com/artefactual-labs/ansible-elasticsearch" | ||
version: "master" | ||
name: "artefactual.elasticsearch" | ||
|
||
- src: "https://github.com/artefactual-labs/ansible-elasticsearch" | ||
version: "master" | ||
name: "artefactual.elasticsearch" | ||
- src: "https://github.com/artefactual-labs/ansible-percona" | ||
version: "master" | ||
name: "artefactual.percona" | ||
|
||
- src: "https://github.com/artefactual-labs/ansible-percona" | ||
version: "master" | ||
name: "artefactual.percona" | ||
- src: "https://github.com/artefactual-labs/ansible-nginx" | ||
version: "master" | ||
name: "artefactual.nginx" | ||
|
||
- src: "https://github.com/artefactual-labs/ansible-nginx" | ||
version: "master" | ||
name: "artefactual.nginx" | ||
- src: "https://github.com/artefactual-labs/ansible-clamav" | ||
version: "master" | ||
name: "artefactual.clamav" | ||
|
||
- src: "https://github.com/artefactual-labs/ansible-clamav" | ||
version: "master" | ||
name: "artefactual.clamav" | ||
- src: "https://github.com/artefactual-labs/ansible-gearman.git" | ||
version: "master" | ||
name: "artefactual.gearman" | ||
|
||
- src: "https://github.com/artefactual-labs/ansible-gearman.git" | ||
version: "master" | ||
name: "artefactual.gearman" | ||
|
||
- src: "https://github.com/artefactual-labs/ansible-archivematica-src" | ||
version: "qa/1.x" | ||
name: "artefactual.archivematica-src" | ||
- src: "https://github.com/artefactual-labs/ansible-archivematica-src" | ||
version: "qa/1.x" | ||
name: "artefactual.archivematica-src" |