ipa: otp script add tags
This commit is contained in:
parent
ecf0dadc3b
commit
d3927bb3c9
1 changed files with 6 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue