Skip to content
Snippets Groups Projects
Commit 42d744b8 authored by Jafar Lie's avatar Jafar Lie
Browse files

fixes for apt weird behaviour?

Former-commit-id: 8fdf53c8
parent 98359963
No related branches found
No related tags found
No related merge requests found
......@@ -6,10 +6,10 @@
become_user: root
when: ansible_os_family=="Debian"
- name: apt-get upgrade
apt: upgrade=safe
become: true
when: ansible_os_family=="Debian"
#- name: apt-get upgrade
# apt: upgrade=safe
# become: true
# when: ansible_os_family=="Debian"
- name: yum remove
yum: name=ipa-client-common state=absent
......
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