Make sure playbook is using ipa/client as a tag versus ipsilon
Signed-off-by: Stephen Smoogen <smooge@smoogespace.com>
This commit is contained in:
parent
791ab33d1c
commit
9e3b72a519
1 changed files with 2 additions and 2 deletions
|
@ -291,7 +291,7 @@
|
|||
group: root
|
||||
mode: 0600
|
||||
tags:
|
||||
- ipsilon
|
||||
- ipa/client
|
||||
- config
|
||||
notify:
|
||||
- restart sssd
|
||||
|
@ -299,7 +299,7 @@
|
|||
- name: mount tmp on tmpfs
|
||||
mount: name=/var/lib/sss/db/ src=tmpfs fstype=tmpfs state=mounted opts=defaults,size=2G,mode=0700,rootcontext=system_u:object_r:sssd_var_lib_t:s0
|
||||
tags:
|
||||
- ipsilon
|
||||
- ipa/client
|
||||
- config
|
||||
notify:
|
||||
- restart sssd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue