- name: add acmetool desired file copy: content: "{{ item | to_nice_yaml }}" dest: "/var/lib/acme/desired/{{ acmetool_cert_name }}" with_items: - satisfy: names: "{{ acmetool_cert_hostnames }}" - name: reconcile acmetool systemd: name: acmetool state: started