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
|
scope: user
|
||||||
|
|
||||||
- name: restart powertop
|
- name: restart powertop
|
||||||
become: yes
|
become: true
|
||||||
systemd:
|
systemd:
|
||||||
name: powertop
|
name: powertop
|
||||||
state: restarted
|
state: restarted
|
||||||
|
|
|
||||||
|
|
@ -1,13 +1,13 @@
|
||||||
- hosts: localhost
|
- hosts: localhost
|
||||||
pre_tasks:
|
pre_tasks:
|
||||||
- name: install shared packages
|
- name: install shared packages
|
||||||
become: yes
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: '{{ packages }}'
|
name: '{{ packages }}'
|
||||||
- name: detecting platform
|
- name: detecting platform
|
||||||
import_tasks: 'tasks/platform.yml'
|
import_tasks: 'tasks/platform.yml'
|
||||||
- name: install platform specific packages
|
- name: install platform specific packages
|
||||||
become: yes
|
become: true
|
||||||
pacman:
|
pacman:
|
||||||
name: '{{ platform_packages }}'
|
name: '{{ platform_packages }}'
|
||||||
roles:
|
roles:
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue