blob: 4cf46ec934a35ed1b6b3e02c1d757852d6a16d77 [file] [log] [blame]
Frederic Lepiedae55c182017-04-14 08:31:34 +02001#!/usr/bin/env ansible-playbook
2---
3- hosts: localhost
4 remote_user: root
5
6 tasks:
7 - name: Install the requirements
8 package:
9 name: "{{item}}"
10 state: latest
11 with_items:
12 - systemd
13
14 - name: Execute the tests
15 shell: systemctl 2>&1 | tee output