Skip to content

Commit

Permalink
ansible: remove application of docker ansible role
Browse files Browse the repository at this point in the history
We never used this and it's failing during deployments,
so remove it for now.
  • Loading branch information
cgsheeh committed Mar 21, 2023
1 parent 0e64f66 commit a43349c
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 8 deletions.
4 changes: 0 additions & 4 deletions ansible/roles/hg-ssh/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,3 @@ dependencies:
kafka_broker_id: "{{ zk_servers[inventory_hostname] }}",
when: inventory_hostname in zk_servers,
}
- {
role: docker,
when: is_testing is not defined,
}
4 changes: 0 additions & 4 deletions ansible/roles/hg-web/meta/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,3 @@ dependencies:
kafka_broker_id: "{{ zk_servers[inventory_hostname] }}",
when: inventory_hostname in zk_servers,
}
- {
role: docker,
when: is_testing is not defined,
}

0 comments on commit a43349c

Please sign in to comment.