File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 1515# we only override variables with our default if they have not been specified already.
1616# by default the lookup functions finds all varnames containing the string, therefore
1717# we add ^ and $ to denote start and end of string, so this returns only exact maches.
18- - name : Set OS dependent variables, if not already defined by user
18+ - name : Set OS dependent variables, if not already defined by user # noqa var-naming
1919 set_fact :
2020 ' {{ item.key }} ' : ' {{ item.value }}'
2121 when : " not lookup('varnames', '^' + item.key + '$')"
Original file line number Diff line number Diff line change 1515# we only override variables with our default, if they have not been specified already
1616# by default the lookup functions finds all varnames containing the string, therefore
1717# we add ^ and $ to denote start and end of string, so this returns only exact matches
18- - name : Set OS dependent variables, if not already defined by user
18+ - name : Set OS dependent variables, if not already defined by user # noqa var-naming
1919 set_fact :
2020 ' {{ item.key }} ' : ' {{ item.value }}'
2121 when : " not lookup('varnames', '^' + item.key + '$')"
Original file line number Diff line number Diff line change 1515# we only override variables with our default, if they have not been specified already
1616# by default the lookup functions finds all varnames containing the string, therefore
1717# we add ^ and $ to denote start and end of string, so this returns only exact matches
18- - name : Set OS dependent variables, if not already defined by user
18+ - name : Set OS dependent variables, if not already defined by user # noqa var-naming
1919 set_fact :
2020 ' {{ item.key }} ' : ' {{ item.value }}'
2121 when : " not lookup('varnames', '^' + item.key + '$')"
You can’t perform that action at this time.
0 commit comments