fixing and adding packages
This commit is contained in:
@@ -1,9 +1,9 @@
|
||||
---
|
||||
- name: install firefox on Linux distros
|
||||
ansible.builtin.apt:
|
||||
name: firefox
|
||||
state: latest
|
||||
|
||||
- name: append to pkgs
|
||||
set_fact:
|
||||
syspkgs: "{{ syspkgs + [ 'firefox' ] }}"
|
||||
tags:
|
||||
- packages
|
||||
- Debian
|
||||
- RedHat
|
||||
- web
|
||||
|
||||
Reference in New Issue
Block a user