Compare commits
2 Commits
88318942e9
...
b983882add
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
b983882add | ||
|
|
f94c4b6208 |
@@ -2,7 +2,7 @@
|
||||
namespace: uumas
|
||||
name: general
|
||||
description: General roles
|
||||
version: 0.5.14
|
||||
version: 0.5.15
|
||||
readme: README.md
|
||||
authors:
|
||||
- uumas
|
||||
|
||||
@@ -1,10 +1,10 @@
|
||||
---
|
||||
- name: Include tasks for apt as package manager
|
||||
ansible.builtin.include_tasks: apt.yml
|
||||
ansible.builtin.include_tasks: apt.yaml
|
||||
when: ansible_pkg_mgr == 'apt'
|
||||
|
||||
- name: Include tasks for other package manager
|
||||
ansible.builtin.include_tasks: other.yml
|
||||
ansible.builtin.include_tasks: other.yaml
|
||||
when: ansible_pkg_mgr != 'apt'
|
||||
|
||||
- name: Ensure packages defined in delete_packages not installed
|
||||
|
||||
Reference in New Issue
Block a user