commit | 6dde1ef9f22966a3b4d7774b6d138ff2b5545b40 | [log] [tgz] |
---|---|---|
author | vexxhost-bot <105816074+vexxhost-bot@users.noreply.github.com> | Fri Jul 19 04:30:46 2024 +0200 |
committer | GitHub <noreply@github.com> | Fri Jul 19 02:30:46 2024 +0000 |
tree | 69e410a63808aeefeac0c4b7538f213004d64f14 | |
parent | 6314fdbcff8226e90f578818aa7dbb61d80a684f [diff] [blame] |
[stable/2024.1] Transition to Tox (#1631) This is an automated cherry-pick of #1617 /assign mnaser
diff --git a/roles/multipathd/tasks/main.yml b/roles/multipathd/tasks/main.yml index e55275d..052262c 100644 --- a/roles/multipathd/tasks/main.yml +++ b/roles/multipathd/tasks/main.yml
@@ -24,7 +24,7 @@ - name: Install the multipathd package ansible.builtin.package: name: multipath-tools - state: latest + state: latest # noqa: package-latest notify: - Restart "multipathd"