nucypher/deploy/ansible/wipe_ursula_config.yml

11 lines
194 B
YAML

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