mirror of
https://github.com/DO1JLR/ansible_linux_desktop_setup.git
synced 2024-09-14 19:54:51 +02:00
roles moved
This commit is contained in:
parent
94c072f121
commit
4fe117a5ad
1 changed files with 2 additions and 2 deletions
4
site.yml
4
site.yml
|
@ -4,10 +4,10 @@
|
||||||
roles:
|
roles:
|
||||||
- {role: ansible_version, tags: always, gather_facts: false}
|
- {role: ansible_version, tags: always, gather_facts: false}
|
||||||
|
|
||||||
- name: run base setup roles
|
- name: run do1jlr.base setup roles
|
||||||
hosts: localhost
|
hosts: localhost
|
||||||
roles:
|
roles:
|
||||||
- {role: base, tags: [default, packages, base]}
|
- {role: do1jlr.base, tags: [default, packages, base]}
|
||||||
- {role: workstation_packages, tags: [default, workstation_packages, packages, setup]}
|
- {role: workstation_packages, tags: [default, workstation_packages, packages, setup]}
|
||||||
- {role: ntp, tags: ntp}
|
- {role: ntp, tags: ntp}
|
||||||
- {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
- {role: arch-fonts, tags: [font, fonts, arch-fonts]}
|
||||||
|
|
Loading…
Reference in a new issue