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:
Stephen Smoogen 2021-03-25 15:29:21 -04:00
parent 791ab33d1c
commit 9e3b72a519

View file

@ -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