Compare commits
1 Commits
0a47e8e602
...
f4fcaca041
Author | SHA1 | Date | |
---|---|---|---|
![]() |
f4fcaca041 |
@@ -13,15 +13,16 @@
|
|||||||
register: _nginx_x509_ecc_dir
|
register: _nginx_x509_ecc_dir
|
||||||
|
|
||||||
- name: Move dir if exists
|
- name: Move dir if exists
|
||||||
|
when: _nginx_x509_ecc_dir.stat.exists
|
||||||
block:
|
block:
|
||||||
- name: Copy ecc dir
|
- name: Copy ecc dir
|
||||||
ansible.builtin.copy:
|
ansible.builtin.copy:
|
||||||
remote_src: true
|
remote_src: true
|
||||||
src: "/etc/x509/{{ host.host }}_ecc/"
|
src: "/etc/x509/{{ host.host }}_ecc/"
|
||||||
dest: "/etc/x509/{{ host.host }}"
|
dest: "/etc/x509/{{ host.host }}"
|
||||||
|
mode: "{{ _nginx_x509_ecc_dir.stat.mode }}"
|
||||||
|
|
||||||
- name: Remove ecc dir
|
- name: Remove ecc dir
|
||||||
ansible.builtin.file:
|
ansible.builtin.file:
|
||||||
path: "/etc/x509/{{ host.host }}_ecc/"
|
path: "/etc/x509/{{ host.host }}_ecc/"
|
||||||
state: absent
|
state: absent
|
||||||
when: _nginx_x509_ecc_dir.stat.exists
|
|
||||||
|
Reference in New Issue
Block a user