Update 'bootstrap.yml'

This commit is contained in:
Paul 2019-10-15 09:11:26 +02:00
parent dbf14d9c82
commit 5e4d574453

View File

@ -2,8 +2,10 @@
- hosts: localhost - hosts: localhost
become: true become: true
tasks: tasks:
- apt: - name: Install software
pkg:
name: "{{ item }}" name: "{{ item }}"
state: present
loop: loop:
- acl - acl
- ansible - ansible