Rename ipr.sssd to ipr-cnrs.sssd.

This commit is contained in:
Jeremy Gardais 2017-07-18 16:21:35 +02:00
parent ea9491b7d9
commit 16c4dcacf8
2 changed files with 2 additions and 2 deletions

View File

@ -37,7 +37,7 @@ Please see default value by Operating System file in `vars/` directory.
``` yml
- hosts: serverXYZ
roles:
- role: ipr.sssd
- role: ipr-cnrs.sssd
```
* With a `group_vars/serverxyz.yml` file:

View File

@ -1,5 +1,5 @@
---
# Handlers file for ipr.sssd
# Handlers file for ipr-cnrs.sssd
- name: restart sssd
service:
name: '{{ sssd_service_name }}'