Provide dev-tools with APT on Debian targets only, with privilege escalation

This commit is contained in:
Jan Beilicke 2020-11-28 20:22:16 +00:00
parent b0333049d5
commit cec0d7cd8c

View file

@ -1,6 +1,7 @@
---
# tasks file for jotbe.dev-tools
- name: Provide dev-tools
block:
- name: Add key for Sublime Text repo
apt_key:
url: https://download.sublimetext.com/sublimehq-pub.gpg
@ -37,3 +38,5 @@
pkg:
- codium
register: vscodium_installed
when: ansible_facts['os_family'] == 'Debian'
become: yes