Merge branch 'master' of git.fudiggity.nl:ansible/arch-setup
This commit is contained in:
commit
26ec1f97a6
2 changed files with 3 additions and 3 deletions
|
|
@ -30,7 +30,7 @@
|
|||
scope: user
|
||||
|
||||
- name: restart powertop
|
||||
become: yes
|
||||
become: true
|
||||
systemd:
|
||||
name: powertop
|
||||
state: restarted
|
||||
|
|
|
|||
|
|
@ -1,13 +1,13 @@
|
|||
- hosts: localhost
|
||||
pre_tasks:
|
||||
- name: install shared packages
|
||||
become: yes
|
||||
become: true
|
||||
pacman:
|
||||
name: '{{ packages }}'
|
||||
- name: detecting platform
|
||||
import_tasks: 'tasks/platform.yml'
|
||||
- name: install platform specific packages
|
||||
become: yes
|
||||
become: true
|
||||
pacman:
|
||||
name: '{{ platform_packages }}'
|
||||
roles:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue