summaryrefslogtreecommitdiff
path: root/playbooks
diff options
context:
space:
mode:
authorTim Burke <tim.burke@gmail.com>2021-12-07 16:24:52 -0800
committerTim Burke <tim.burke@gmail.com>2022-08-30 12:12:08 -0700
commitdefab5eacde49e43e055305838b0361c842e9f2e (patch)
treea3045ceb5708a0008f71c116788cd3b0321680ba /playbooks
parent93cf1810365c8617863c0ebfc37f86a009e02863 (diff)
downloadliberasurecode-defab5eacde49e43e055305838b0361c842e9f2e.tar.gz
Add CentOS 9 Stream job
Go ahead and move the FIPS job to CentOS 9; there doesn't seem to be much value in having more than one FIPS job. Change-Id: I8c2c95e490ec083116f2ed7b9fb0d66918424fb7
Diffstat (limited to 'playbooks')
-rw-r--r--playbooks/enable-fips.yaml3
1 files changed, 2 insertions, 1 deletions
diff --git a/playbooks/enable-fips.yaml b/playbooks/enable-fips.yaml
index bc1dc04..35a9c39 100644
--- a/playbooks/enable-fips.yaml
+++ b/playbooks/enable-fips.yaml
@@ -1,3 +1,4 @@
- hosts: all
roles:
- - enable-fips
+ - role: enable-fips
+ nslookup_target: 'opendev.org'