Skip to content
Snippets Groups Projects
Commit afd62f9d authored by Chris Hines's avatar Chris Hines
Browse files

no rpicidmapd on CentOS 7

parent b3d9023e
No related branches found
No related tags found
No related merge requests found
......@@ -6,4 +6,4 @@
- name: restart idmap
service: name=rpcidmapd state=restarted
sudo: true
when: ansible_os_family == "RedHat"
when: ansible_os_family == "RedHat" and ansible_distribution_major_version < 7
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment