11 lines
No EOL
229 B
YAML
11 lines
No EOL
229 B
YAML
---
|
|
- hosts: localhost
|
|
connection: local
|
|
force_handlers: true
|
|
|
|
roles:
|
|
- name: fedora
|
|
when: ansible_distribution == 'Fedora'
|
|
- name: gnome
|
|
when: ansible_env.DESKTOP_SESSION == 'gnome'
|
|
- name: dotfiles |