- name: Installing packages become: true package: name: - curl - bat - wget - git # - podman state: present - name: Copy gitconfig base copy: src: dotfiles/gitconfig dest: ~/.gitconfig force: no