Skip to content

Commit 1774f2a

Browse files
evgeniekohl
andauthored
Update roles/certificate_checks/tasks/main.yml
Co-authored-by: Ewoud Kohl van Wijngaarden <ewoud@kohlvanwijngaarden.nl>
1 parent ff352bd commit 1774f2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

roles/certificate_checks/tasks/main.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
ansible.builtin.get_url:
44
url: https://raw.githubusercontent.com/theforeman/foreman-installer/refs/heads/develop/bin/katello-certs-check
55
dest: /usr/bin/katello-certs-check
6-
mode: '0744'
6+
mode: '0755'
77

88
- name: Check certificates
99
ansible.builtin.command:

0 commit comments

Comments
 (0)