Commit 12d0a54c by stu

enable rpc service for devstacks

parent 0df26e09
......@@ -132,3 +132,10 @@
line: "127.0.0.1 localhost preview.localhost"
state: present
become: yes
# Enable the rpc-stat service to handle NFS locks correctly
- name: enable and start rpc-stat service
systemd:
name: rpc-statd
enabled: yes
state: started
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment