Install dependency.
This commit is contained in:
parent
a1a1eba282
commit
171bfd6eb4
@ -1,4 +1,11 @@
|
||||
---
|
||||
- name: install openstack
|
||||
ansible.builtin.package:
|
||||
name:
|
||||
- python3-openstacksdk
|
||||
state: latest
|
||||
become: true
|
||||
|
||||
- name: Create /mnt/volumes/{{ volume.name }} directory
|
||||
ansible.builtin.file:
|
||||
path: "/mnt/volumes/{{ volume.name }}"
|
||||
|
Loading…
Reference in New Issue
Block a user