ipa: otp script add tags

This commit is contained in:
Mark O'Brien 2021-04-15 20:29:11 +01:00
parent ecf0dadc3b
commit d3927bb3c9

View file

@ -633,6 +633,9 @@
- name: Ensure python dep is present
pip:
name: python-freeipa
tags:
- ipa/server
- otp_script
- name: Copy file for checking if sysadmins have otp set
template:
@ -640,3 +643,6 @@
dest: /root
owner: root
group: root
tags:
- ipa/server
- otp_script