Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-authored-by: to-bar <[email protected]>
  • Loading branch information
atsikham and to-bar authored Jan 27, 2022
1 parent ed4167f commit c0864a5
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
set_fact:
pki_backup_dir: "{{ pki.location | regex_replace('\\/$', '') }}-backup-{{ ansible_date_time.iso8601_basic_short }}"

- name: Save current certificates
- name: Back up current certificates
synchronize:
src: "{{ pki.location }}/"
dest: "{{ pki_backup_dir }}"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@
register: command_kubeadm_configmap
changed_when: false

# The following procedure ensures that
# The following procedure ensures that:
# - etcd encryption is always enabled during subsequent kubeadm executions
# - DenyEscalatingExec admission plugin is not used as unsupported (it was specified in Epiphany's default values before v1.3)
# - apiserver audit logging is enabled
Expand Down

0 comments on commit c0864a5

Please sign in to comment.