Skip to content

Commit

Permalink
Add FIPS constraint to ansible packaging cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
alvarocabanas committed Jan 16, 2025
1 parent bd99162 commit 37f2cf4
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions test/packaging/ansible/installation-pinned.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: caos.ansible_roles.infra_agent
vars:
uninstall: true
fips_enabled: "{{ '-fips' in inventory_hostname }}"

tasks:
- name: Installation tests suite
Expand Down
1 change: 1 addition & 0 deletions test/packaging/ansible/installation-privileged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: caos.ansible_roles.infra_agent
vars:
uninstall: true
fips_enabled: "{{ '-fips' in inventory_hostname }}"

tasks:
- name: Installation tests suite
Expand Down
1 change: 1 addition & 0 deletions test/packaging/ansible/installation-root.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
name: caos.ansible_roles.infra_agent
vars:
uninstall: true
fips_enabled: "{{ '-fips' in inventory_hostname }}"

tasks:
- name: Installation tests suite
Expand Down
1 change: 1 addition & 0 deletions test/packaging/ansible/installation-unprivileged.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
name: caos.ansible_roles.infra_agent
vars:
uninstall: true
fips_enabled: "{{ '-fips' in inventory_hostname }}"

tasks:
- name: Installation tests suite
Expand Down
1 change: 1 addition & 0 deletions test/packaging/ansible/shutdown-and-terminate.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@
name: caos.ansible_roles.infra_agent
vars:
uninstall: true
fips_enabled: "{{ '-fips' in inventory_hostname }}"

tasks:
- name: Install agent
Expand Down

0 comments on commit 37f2cf4

Please sign in to comment.