move pdsh out of include

This commit is contained in:
Pig Monkey 2016-01-18 21:54:12 -08:00
parent 29f9ddb3f4
commit dd7b034c37
2 changed files with 5 additions and 6 deletions

View file

@ -47,12 +47,16 @@
- name: Install GNOME Keyring
pacman: name=gnome-keyring state=present
- name: Install pdsh
aur: name=pdsh user={{ user.name }}
tags:
- aur
- name: Enable and start NetworkManager
service: name=NetworkManager.service enabled=yes state=started
- name: Enable and start NetworkManager dispatcher
service: name=NetworkManager-dispatcher.service enabled=yes state=started
- include: pdsh.yml
- include: firewall.yml
- include: macchiato.yml

View file

@ -1,5 +0,0 @@
---
- name: Install pdsh
aur: name=pdsh user={{ user.name }}
tags:
- aur