summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJonathan Bauer2020-08-06 11:26:52 +0200
committerJonathan Bauer2020-08-06 11:26:52 +0200
commit16a2781f03b09388a3eeabf1f28802a20e6c5508 (patch)
treec2f3970b4d051c0c3354718330760d163161534a
parent[CentOS-7] revert to using plain "kernel-devel" (diff)
downloadansible-dracut-16a2781f03b09388a3eeabf1f28802a20e6c5508.tar.gz
ansible-dracut-16a2781f03b09388a3eeabf1f28802a20e6c5508.tar.xz
ansible-dracut-16a2781f03b09388a3eeabf1f28802a20e6c5508.zip
[CentOS-7] workaround for include_tasks & tags
works around some issues with older ansible version not properly tagging included_tasks and thus not executing these when they should.
-rw-r--r--slx-builder/tasks/distro/CentOS-7.yml2
1 files changed, 2 insertions, 0 deletions
diff --git a/slx-builder/tasks/distro/CentOS-7.yml b/slx-builder/tasks/distro/CentOS-7.yml
index 70fee2c..64e5656 100644
--- a/slx-builder/tasks/distro/CentOS-7.yml
+++ b/slx-builder/tasks/distro/CentOS-7.yml
@@ -20,3 +20,5 @@
- kexec-tools
- kmod-devel
- haveged
+ tags:
+ - always