Skip to content

Commit

Permalink
Update a couple of task names.
Browse files Browse the repository at this point in the history
  • Loading branch information
Richard Liang committed Jul 8, 2024
1 parent 7e76368 commit d31c104
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cluster-setup/deployment/roles/kive_server/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -276,14 +276,14 @@
command:
cmd: "a2enconf rotate-kive-logs"

- name: install the httpd site configuration for Kive
- name: install the Apache SSL site configuration for Kive
copy:
src: 001-kive-ssl.conf
dest: /etc/apache2/sites-available
owner: root
group: root

- name: enable the httpd site configuration for Kive
- name: enable the Apache SSL site configuration for Kive
command:
cmd: "a2ensite 001-kive-ssl"

Expand Down
2 changes: 1 addition & 1 deletion cluster-setup/deployment/update_apache_ssl_2024_07_08.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
- name: update the Apache SSL configuration file
hosts: head
tasks:
- name: install the httpd site configuration for Kive
- name: install the Apache SSL site configuration for Kive
copy:
src: deployment/roles/kive_server/files/001-kive-ssl.conf
dest: /etc/apache2/sites-available
Expand Down

0 comments on commit d31c104

Please sign in to comment.