blob: c677572b2c62e28fd155e9d56722cd76188fc381 [file] [log] [blame]
# Licensed to the Apache Software Foundation (ASF) under one or more contributor
# license agreements; and to You under the Apache License, Version 2.0.
---
- name: remove cli nginx directory
file:
path: "{{ openwhisk_cli.nginxdir.name }}"
state: absent
become: "{{ openwhisk_cli.nginxdir.become }}"