We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7d02c74 + 9371544 commit f1b7041Copy full SHA for f1b7041
roles/os_openstackclient/tasks/main.yml
@@ -20,7 +20,6 @@
20
- name: Check whether the virtualenv directory exists
21
ansible.builtin.stat:
22
path: "{{ os_openstackclient_venv | dirname }}"
23
- get_md5: false
24
get_checksum: false
25
mime: false
26
register: os_openstackclient_venv_stat
roles/os_openstacksdk/tasks/main.yml
@@ -26,7 +26,6 @@
27
28
path: "{{ os_openstacksdk_venv | dirname }}"
29
30
31
32
register: os_openstacksdk_venv_stat
0 commit comments