Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CASMTRIAGE-6992 #40

Merged
merged 2 commits into from
May 21, 2024
Merged
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 3 additions & 2 deletions ansible/roles/ca-cert/tasks/main.yml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
#
# MIT License
#
# (C) Copyright 2019,2021-2022 Hewlett Packard Enterprise Development LP
# (C) Copyright 2019,2021-2024 Hewlett Packard Enterprise Development LP
#
# Permission is hereby granted, free of charge, to any person obtaining a
# copy of this software and associated documentation files (the "Software"),
Expand Down Expand Up @@ -51,9 +51,10 @@
ansible_distribution == "SLES" and
ansible_distribution_version != "15.2"


- name: Run certificate update scripts
command: "{{ item.path }}"
environment:
statedir: "/var/lib/ca-certificates"
loop: "{{ ca_scripts.files }}"
when: >
ansible_distribution == "SLES" and
Expand Down
Loading