History rewrite
This commit is contained in:
17
ansible/roles/base/tasks/debian.yml
Normal file
17
ansible/roles/base/tasks/debian.yml
Normal file
@@ -0,0 +1,17 @@
|
||||
---
|
||||
- name: "Updating the guest operating system."
|
||||
apt:
|
||||
force_apt_get: true
|
||||
name: "*"
|
||||
state: latest # noqa package-latest
|
||||
update_cache: "yes"
|
||||
|
||||
- name: "Installing additional packages."
|
||||
apt:
|
||||
name:
|
||||
- bash-completion
|
||||
- curl
|
||||
- wget
|
||||
- unzip
|
||||
- ca-certificates
|
||||
state: latest # noqa package-latest
|
||||
Reference in New Issue
Block a user