Moved podman to install only on RH based systems

This commit is contained in:
Sagi Dayan 2021-10-30 11:09:47 +03:00
parent ca3b8819c4
commit 061cca81b5
Signed by: sagi
GPG key ID: FAB96BFC63B46458

View file

@ -6,10 +6,16 @@
- bat
- wget
- git
- podman
- flatpak
state: present
- name: Some more packages (RedHat based)
become: true
package:
name:
- podman
when: ansible_facts['os_family'] == "RedHat"
- name: Copy gitconfig base
copy:
src: dotfiles/gitconfig