Skip to content

Commit

Permalink
Merge pull request #34 from stackhpc/feature/2.16
Browse files Browse the repository at this point in the history
Support ansible >= 2.16
  • Loading branch information
markgoddard authored Apr 5, 2024
2 parents 7d02c74 + 9371544 commit f1b7041
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 f1b7041

Please sign in to comment.