Formatting bits

This commit is contained in:
Sonny Bakker 2021-02-04 22:04:56 +01:00
parent b45c9e8c57
commit 99635e1a02
2 changed files with 3 additions and 3 deletions

View file

@ -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: