base to CLI and mocp to moc
This commit is contained in:
parent
c27c08e3da
commit
078d7c7315
@ -6,7 +6,7 @@
|
|||||||
- vars/common.yml
|
- vars/common.yml
|
||||||
|
|
||||||
tasks:
|
tasks:
|
||||||
- include: tasks/arch_base_packages.yml
|
- include: tasks/arch_CLI_packages.yml
|
||||||
- include: tasks/zsh.yml
|
- include: tasks/zsh.yml
|
||||||
- include: tasks/users.yml
|
- include: tasks/users.yml
|
||||||
- include: tasks/sudo.yml
|
- include: tasks/sudo.yml
|
||||||
|
@ -22,6 +22,6 @@
|
|||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
with_items:
|
with_items:
|
||||||
- mocp
|
- moc
|
||||||
- newsboat
|
- newsboat
|
||||||
when: not minimal
|
when: not minimal
|
Loading…
Reference in New Issue
Block a user