You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made those changes but I have encountered a new bug/problem to be fixed.
fatal: [wazuh-master]: FAILED! => changed=false
msg: 'Failed to update apt cache: W:This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details., E:Repository ''http://security.debian.org/debian-security buster/updates InRelease'' changed its ''Suite'' value from ''stable'' to ''oldstable'', W:This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details., W:Repository ''http://deb.debian.org/debian buster InRelease'' changed its ''Version'' value from ''10.4'' to ''10.10'', E:Repository ''http://deb.debian.org/debian buster InRelease'' changed its ''Suite'' value from ''stable'' to ''oldstable'', W:This must be accepted explicitly before updates for this repository can be applied. See apt-secure(8) manpage for details., E:Repository ''http://deb.debian.org/debian buster-updates InRelease'' changed its ''Suite'' value from ''stable-updates'' to ''oldstable-updates'''
--allow-releaseinfo-change
Allow the update command to continue downloading data from a repository which changed its information of the release contained in the repository indicating e.g a new major release. APT will fail at the update command for such repositories until the change is confirmed to ensure the user is prepared for the change. See also apt-secure(8) for details on the concept and configuration.
Description
The following error appears frequently when trying to build (using Ansible) the test environments for the system tests.
The problem seems to be that the address of the dependencies is cached but that address is no longer available:
wazuh-qa/tests/system/provisioning/agentless_cluster/roles/master-role/tasks/main.yml
Lines 2 to 16 in ef1723d
To fix this, simply add the following lines to all APT tasks in system environments:
This is already done in some places, for example in the X environment:
wazuh-qa/tests/system/provisioning/basic_cluster/roles/master-role/tasks/main.yml
Lines 2 to 19 in ef1723d
To do
The text was updated successfully, but these errors were encountered: