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