Skip to content

Commit 37f2cf4

Browse files
committed
Add FIPS constraint to ansible packaging cleanup
1 parent bd99162 commit 37f2cf4

5 files changed

+5
-0
lines changed

test/packaging/ansible/installation-pinned.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
name: caos.ansible_roles.infra_agent
1111
vars:
1212
uninstall: true
13+
fips_enabled: "{{ '-fips' in inventory_hostname }}"
1314

1415
tasks:
1516
- name: Installation tests suite

test/packaging/ansible/installation-privileged.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
name: caos.ansible_roles.infra_agent
1111
vars:
1212
uninstall: true
13+
fips_enabled: "{{ '-fips' in inventory_hostname }}"
1314

1415
tasks:
1516
- name: Installation tests suite

test/packaging/ansible/installation-root.yml

+1
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@
1111
name: caos.ansible_roles.infra_agent
1212
vars:
1313
uninstall: true
14+
fips_enabled: "{{ '-fips' in inventory_hostname }}"
1415

1516
tasks:
1617
- name: Installation tests suite

test/packaging/ansible/installation-unprivileged.yml

+1
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@
1010
name: caos.ansible_roles.infra_agent
1111
vars:
1212
uninstall: true
13+
fips_enabled: "{{ '-fips' in inventory_hostname }}"
1314

1415
tasks:
1516
- name: Installation tests suite

test/packaging/ansible/shutdown-and-terminate.yml

+1
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
name: caos.ansible_roles.infra_agent
1414
vars:
1515
uninstall: true
16+
fips_enabled: "{{ '-fips' in inventory_hostname }}"
1617

1718
tasks:
1819
- name: Install agent

0 commit comments

Comments
 (0)