Skip to content

Commit

Permalink
Add community.general dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
chvancooten committed Mar 21, 2022
1 parent 264761c commit 59918a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Ansible/roles/elastic_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
- gnupg2
state: present

- name: Add Elasticsearch apt key.
- name: Add Elasticsearch apt key
apt_key:
url: https://artifacts.elastic.co/GPG-KEY-elasticsearch
state: present
Expand Down
2 changes: 1 addition & 1 deletion Terraform/08-ansible.tf
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ resource "null_resource" "ansible-provisioning" {
provisioner "remote-exec" {
inline = [
"sudo apt -qq update >/dev/null && sudo apt -qq install -y git ansible sshpass >/dev/null",
"ansible-galaxy collection install ansible.windows >/dev/null",
"ansible-galaxy collection install ansible.windows community.general >/dev/null",
"cd /dev/shm/Ansible",
"ansible-playbook -v cloudlabs.yml"
]
Expand Down

0 comments on commit 59918a7

Please sign in to comment.