mirror of
https://github.com/ceph/ceph
synced 2024-12-13 23:17:07 +00:00
15 lines
293 B
YAML
15 lines
293 B
YAML
roles:
|
|
- [client.0]
|
|
tasks:
|
|
- install:
|
|
tag: v0.94.1
|
|
- exec:
|
|
client.0:
|
|
- ceph --version | grep 'version 0.94.1'
|
|
- install.upgrade:
|
|
client.0:
|
|
tag: v0.94.3
|
|
- exec:
|
|
client.0:
|
|
- ceph --version | grep 'version 0.94.3'
|