Compare commits

..

No commits in common. "6d24a2624cb18f54345c0489dcb27945dbedc2f5" and "f033b7e59dedb0f8a5c479d077774436f199dc12" have entirely different histories.

3 changed files with 6 additions and 2 deletions

View File

@ -2,6 +2,10 @@
- name: Install os-specific packages
include_tasks: "{{ ansible_os_family | lower }}.yml"
- name: Install for debian
import_tasks: debian.yml
when: ansible_os_family == "Debian"
- name: Clone dotfiles
ansible.builtin.git:
repo: "{{ user.config.giturl }}"

View File

@ -23,5 +23,5 @@
become_user: aur_builder
- name: Install gnome environnement
include_tasks: gnome.yml
import_tasks: gnome.yml
when: gnome_environnement

View File

@ -1,7 +1,7 @@
---
# tasks file for workstation
- name: Install for arch
include_tasks: "{{ ansible_os_family | lower }}.yml"
import_tasks: arch.yml
- name: enable service cups
systemd: