diff --git a/tasks/main.yml b/tasks/main.yml index bc13d421569deb158283dbf979dba32518e0f502..ee19ec0c04a973819952adec6a1f12fcf49cb612 100644 --- a/tasks/main.yml +++ b/tasks/main.yml @@ -147,11 +147,11 @@ become: yes become_user: "{{ wordpress_unix_user }}" -- name: récupère le certificat wildcard et la clef depuis pi4 - delegate_to: pi4.lqdn.fr - command: "scp {{ item }} root@{{ inventory_hostname }}:{{ item }}" - with_items: - - "{{ wordpress_wildcard_certfile }}" - - "{{ wordpress_wildcard_keyfile }}" - notify: - - restart apache + #- name: récupère le certificat wildcard et la clef depuis pi4 + # delegate_to: pi4.lqdn.fr + # command: "scp {{ item }} root@{{ inventory_hostname }}:{{ item }}" + # with_items: + # - "{{ wordpress_wildcard_certfile }}" + # - "{{ wordpress_wildcard_keyfile }}" + # notify: + # - restart apache