Skip to content

Commit

Permalink
Update ansible requirements format for the AM box
Browse files Browse the repository at this point in the history
  • Loading branch information
replaceafill committed Jun 19, 2023
1 parent 7375886 commit 96ef23e
Showing 1 changed file with 19 additions and 19 deletions.
38 changes: 19 additions & 19 deletions packer/templates/vagrant-box-archivematica/requirements.yml
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"

0 comments on commit 96ef23e

Please sign in to comment.