Added bootstrap role with the tasks, defaults and handlers necessary for the playbooks
This commit is contained in:
8
roles/bootstrap/tasks/extra_installations.yml
Normal file
8
roles/bootstrap/tasks/extra_installations.yml
Normal file
@@ -0,0 +1,8 @@
|
||||
---
|
||||
- name: Install natively available core system packages
|
||||
package:
|
||||
name: "{{ item.package }}"
|
||||
state: present
|
||||
loop: "{{ combine(*extra_packages) }}"
|
||||
register: extra_done
|
||||
tags: ['default', 'extra']
|
Reference in New Issue
Block a user