Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix cached dependencies, typos and debian repos #1732

Merged
merged 1 commit into from
Sep 2, 2021
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -12,8 +16,10 @@
- automake
- autoconf
- libtool
force_apt_get: True
force_apt_get: yes
state: present
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
git:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -13,8 +17,10 @@
- autoconf
- libtool
- python3-pytest
force_apt_get: True
force_apt_get: yes
state: present
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
git:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -13,8 +17,10 @@
- autoconf
- libtool
- python3-pytest
force_apt_get: True
force_apt_get: yes
state: present
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
git:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -13,9 +17,9 @@
- autoconf
- libtool
- sqlite3
force_apt_get: True
force_apt_get: yes
state: present
update-cache: true
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -14,9 +18,9 @@
- libtool
- python3-pytest
- sqlite3
force_apt_get: True
force_apt_get: yes
state: present
update-cache: true
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -13,8 +17,10 @@
- autoconf
- libtool
- python3-pytest
force_apt_get: True
force_apt_get: yes
state: present
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
git:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -12,8 +16,10 @@
- automake
- autoconf
- libtool
force_apt_get: True
force_apt_get: yes
state: present
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
git:
Expand Down
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
---
- name: "Check and update debian repositories"
shell:
cmd: apt-get update --allow-releaseinfo-change

- name: "Installing dependencies using apt"
apt:
pkg:
Expand All @@ -13,8 +17,10 @@
- autoconf
- libtool
- python3-pytest
force_apt_get: True
force_apt_get: yes
state: present
update_cache: yes
cache_valid_time: 3600

- name: "Clone wazuh repository"
git:
Expand Down