Skip to content

Instantly share code, notes, and snippets.

View nixcraft's full-sized avatar

nixCraft nixcraft

View GitHub Profile
@Lerentis
Lerentis / main.yml
Created November 5, 2017 12:08
Update Debian with Ansible
---
- name: Update apt keys
become: yes
command: apt-key update
- name: Update apt cache
become: yes
apt:
update_cache: yes