From f44be1993e78c5c19134f9512862b16bc4f9bfd5 Mon Sep 17 00:00:00 2001 From: Andrew Klychkov Date: Mon, 28 Feb 2022 12:50:22 +0100 Subject: [PATCH] Remove useless directive --- tests/integration/targets/setup_mysql/tasks/install.yml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/tests/integration/targets/setup_mysql/tasks/install.yml b/tests/integration/targets/setup_mysql/tasks/install.yml index 44bcf0b..b64af25 100644 --- a/tests/integration/targets/setup_mysql/tasks/install.yml +++ b/tests/integration/targets/setup_mysql/tasks/install.yml @@ -19,13 +19,6 @@ state: present when: install_type == 'mariadb' -- name: "{{ role_name }} | install | update repository targets when MariaDB" - replace: - path: /etc/apt/sources.list - regexp: eoan - replace: focal - when: install_type == 'mariadb' - - name: "{{ role_name }} | install | add mariadb repositories" apt_repository: repo: "deb [arch=amd64,arm64] https://downloads.mariadb.com/MariaDB/mariadb-{{ mysql_major_version }}/repo/ubuntu {{ ansible_lsb.codename }} main"