Update 'bootstrap.yml'
This commit is contained in:
parent
dbf14d9c82
commit
5e4d574453
@ -2,8 +2,10 @@
|
||||
- hosts: localhost
|
||||
become: true
|
||||
tasks:
|
||||
- apt:
|
||||
- name: Install software
|
||||
pkg:
|
||||
name: "{{ item }}"
|
||||
state: present
|
||||
loop:
|
||||
- acl
|
||||
- ansible
|
||||
|
Loading…
Reference in New Issue
Block a user