Repository URL to install this package:
|
Version:
1.0.0b1 ▾
|
pycklets
/
resources
/
ansible-role
/
freckfrackery.install-pkgs
/
tasks
/
install_dont_ignore_errors.yml
|
|---|
---
## workaround for bug https://github.com/ansible/ansible/issues/32384
- name: "installing packages"
install:
packages:
- "{{ item }}"
loop: "{{ __install_package_list_main__ | flatten(levels=1) }}"
ignore_errors: False
become: "{{ install_become | default(omit) }}"