All checks were successful
ci/woodpecker/push/linting Pipeline was successful
Tag only in main.yaml, tasks inherit them.
11 lines
269 B
YAML
11 lines
269 B
YAML
---
|
|
|
|
# set environment file
|
|
- name: "set environment file"
|
|
ansible.builtin.template:
|
|
src: "templates/environment/environment.j2"
|
|
dest: "/etc/environment"
|
|
owner: "root"
|
|
group: "root"
|
|
mode: "0644"
|
|
when: 'ansible_facts["distribution"] == "Ubuntu"'
|