Skip to content

Commit

Permalink
Support ansible >= 2.16
Browse files Browse the repository at this point in the history
Notable changes
---------------

- Removed use of get_md5 when using stat module, See:
  ansible/ansible@d955fb1
  • Loading branch information
jovial committed Apr 4, 2024
1 parent 7d02c74 commit 9371544
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion roles/os_openstackclient/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@
- name: Check whether the virtualenv directory exists
ansible.builtin.stat:
path: "{{ os_openstackclient_venv | dirname }}"
get_md5: false
get_checksum: false
mime: false
register: os_openstackclient_venv_stat
Expand Down
1 change: 0 additions & 1 deletion roles/os_openstacksdk/tasks/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,6 @@
- name: Check whether the virtualenv directory exists
ansible.builtin.stat:
path: "{{ os_openstacksdk_venv | dirname }}"
get_md5: false
get_checksum: false
mime: false
register: os_openstacksdk_venv_stat
Expand Down

0 comments on commit 9371544

Please sign in to comment.