Skip to content
Snippets Groups Projects
Commit c9682890 authored by Gin Tan (Monash University)'s avatar Gin Tan (Monash University)
Browse files

Removing ipa package

parent e2e9272f
No related branches found
No related tags found
1 merge request!145Removing ipa package
......@@ -11,6 +11,12 @@
sudo: true
when: ansible_os_family=="Debian"
- name: yum remove
yum: name=ipa-client-common state=absent
become: true
become_user: root
when: ansible_os_family=="RedHat"
- name: yum upgrade
yum: name=* state=latest
become: true
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment