Skip to content

Instantly share code, notes, and snippets.

@bcoca
Created March 30, 2020 18:04
Show Gist options
  • Save bcoca/d8400a85cacb68325cc1a5ceacdd57da to your computer and use it in GitHub Desktop.
Save bcoca/d8400a85cacb68325cc1a5ceacdd57da to your computer and use it in GitHub Desktop.
- hosts: all
environment:
a: b
c: d
roles:
- name: test
environment:
c: x
d: b
# should result in a=b, c=x and d=b environment for tasks in role
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment