mirror of https://github.com/ceph/ceph-ansible.git
7 lines
108 B
YAML
7 lines
108 B
YAML
|
---
|
||
|
- name: enable and start the agent
|
||
|
service:
|
||
|
name: salt-minion
|
||
|
state: started
|
||
|
enabled: yes
|