Commit 6e1ef23f authored by Ophélie Gagnard's avatar Ophélie Gagnard

playbook/role/ridge: Ignore missing packages.

parent 91de7e52
Pipeline #23855 failed with stage
in 0 seconds
- name: Install packages to scan
shell: apt -y install {{ packages_to_scan }}
shell: apt -y install {{ packages_to_scan }} || true
- name: Create configuration from template
shell: "sed '{{conf_regex}}' {{mca_path}}/etc/flb.conf.in > {{mca_path}}/etc/flb.conf"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment