copr/certbot: typo in operator priority
This commit is contained in:
parent
a6585dc6ed
commit
01adf1cbd2
1 changed files with 2 additions and 2 deletions
|
@ -35,14 +35,14 @@
|
||||||
- name: check if we already have the backup
|
- name: check if we already have the backup
|
||||||
delegate_to: localhost
|
delegate_to: localhost
|
||||||
stat:
|
stat:
|
||||||
path: "{{ le_backup_path }}/{{ letsencrypt.certificates|dictsort[0][0] }}"
|
path: "{{ le_backup_path }}/{{ (letsencrypt.certificates|dictsort)[0][0] }}"
|
||||||
register: le_stat_backup_dir
|
register: le_stat_backup_dir
|
||||||
tags:
|
tags:
|
||||||
- certbot
|
- certbot
|
||||||
|
|
||||||
- name: restore the certificates from backup (backed up on batcave)
|
- name: restore the certificates from backup (backed up on batcave)
|
||||||
synchronize:
|
synchronize:
|
||||||
src: "{{ le_backup_path }}/{{ letsencrypt.certificates|dictsort[0][0] }}"
|
src: "{{ le_backup_path }}/{{ (letsencrypt.certificates|dictsort)[0][0] }}"
|
||||||
dest: "{{ le_source_path }}"
|
dest: "{{ le_source_path }}"
|
||||||
mode: push
|
mode: push
|
||||||
tags:
|
tags:
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue