blob: 1a92799e10c9f879b2377a5a388b4f20fe55694e [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_home }}/bin/{{ wsk }}"
state: absent
vars:
wsk: "{{ ( ansible_system == 'Windows') | ternary('wsk.exe', 'wsk') }}"