mirror of
https://github.com/pigmonkey/spark.git
synced 2026-07-28 10:14:04 +00:00
move pdsh out of include
This commit is contained in:
parent
29f9ddb3f4
commit
dd7b034c37
2 changed files with 5 additions and 6 deletions
|
|
@ -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
|
||||
|
|
|
|||
|
|
@ -1,5 +0,0 @@
|
|||
---
|
||||
- name: Install pdsh
|
||||
aur: name=pdsh user={{ user.name }}
|
||||
tags:
|
||||
- aur
|
||||
Loading…
Add table
Add a link
Reference in a new issue