- name: "Start Ursulas"
hosts: ec2
user: ubuntu
gather_facts: false
tasks:
- name: Delete config directory.
file:
state: absent
path: ".local/share/nucypher/"