This commit is contained in:
parent
d8e47cba66
commit
6c8c828300
4 changed files with 42 additions and 41 deletions
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
- name: Define repo for {{ ansible_os_family }}
|
||||
ansible.builtin.include_tasks: add_repo_{{ ansible_os_family }}.yml
|
||||
tags:
|
||||
- config
|
||||
- name: Define repo for {{ ansible_os_family }}
|
||||
ansible.builtin.include_tasks: add_repo_{{ ansible_os_family }}.yml
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Install packages
|
||||
ansible.builtin.package:
|
||||
name: '{{ ansible_packages }}'
|
||||
state: present
|
||||
update_cache: true
|
||||
tags:
|
||||
- installation
|
||||
- name: Install packages
|
||||
ansible.builtin.package:
|
||||
name: '{{ ansible_packages }}'
|
||||
state: present
|
||||
update_cache: true
|
||||
tags:
|
||||
- installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue