mirror of
https://gitlab.com/sagidayan/linux-config.git
synced 2024-11-22 15:25:25 +00:00
Moved podman to install only on RH based systems
This commit is contained in:
parent
ca3b8819c4
commit
061cca81b5
1 changed files with 7 additions and 1 deletions
|
@ -6,10 +6,16 @@
|
||||||
- bat
|
- bat
|
||||||
- wget
|
- wget
|
||||||
- git
|
- git
|
||||||
- podman
|
|
||||||
- flatpak
|
- flatpak
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
- name: Some more packages (RedHat based)
|
||||||
|
become: true
|
||||||
|
package:
|
||||||
|
name:
|
||||||
|
- podman
|
||||||
|
when: ansible_facts['os_family'] == "RedHat"
|
||||||
|
|
||||||
- name: Copy gitconfig base
|
- name: Copy gitconfig base
|
||||||
copy:
|
copy:
|
||||||
src: dotfiles/gitconfig
|
src: dotfiles/gitconfig
|
||||||
|
|
Loading…
Reference in a new issue