Ansible_workstation/roles/dotfiles/tasks/debian.yml

15 lines
203 B
YAML
Raw Normal View History

2022-01-05 10:25:33 +00:00
---
- name: Install stow
apt:
name: stow
state: present
update_cache: yes
become: true
- name: Install git
apt:
name: git
state: present
update_cache: yes
become: true