blob: 1935553f8e588905bf20a7168da8981077fc334c [file] [log] [blame]
#!/usr/bin/env ansible-playbook
---
- hosts: localhost
remote_user: root
tasks:
- name: Install the requirements
package:
name: "{{item}}"
state: latest
with_items:
- systemd
- name: Execute the tests
shell: systemctl status