Update ansible code
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
e33e55cd8c
commit
d8e47cba66
8 changed files with 39 additions and 39 deletions
|
|
@ -1,13 +1,13 @@
|
|||
---
|
||||
- name: Define repo for {{ ansible_os_family }}
|
||||
include_tasks: add_repo_{{ ansible_os_family }}.yml
|
||||
ansible.builtin.include_tasks: add_repo_{{ ansible_os_family }}.yml
|
||||
tags:
|
||||
- config
|
||||
|
||||
- name: Install packages
|
||||
package:
|
||||
ansible.builtin.package:
|
||||
name: '{{ ansible_packages }}'
|
||||
state: present
|
||||
update_cache: yes
|
||||
update_cache: true
|
||||
tags:
|
||||
- installation
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue