File tree Expand file tree Collapse file tree 6 files changed +13
-0
lines changed
Expand file tree Collapse file tree 6 files changed +13
-0
lines changed Original file line number Diff line number Diff line change 4242 run : tox -- molecule test -s ${{ matrix.scenario }}
4343 env :
4444 ANSIBLE : ${{ matrix.ansible }}
45+ ANSIBLE_HOME : /tmp/.ansible
46+ ANSIBLE_LOCAL_TEMP : /tmp/.ansible/tmp
47+ ANSIBLE_REMOTE_TEMP : /tmp/.ansible/tmp
Original file line number Diff line number Diff line change @@ -93,6 +93,8 @@ provisioner:
9393 fact_caching : jsonfile
9494 fact_caching_connection : .ansible_cache
9595 fact_caching_timeout : 7200
96+ local_tmp : /tmp/.ansible/tmp
97+ remote_tmp : /tmp/.ansible/tmp
9698 ssh_connection :
9799 pipelining : true
98100 playbooks :
Original file line number Diff line number Diff line change @@ -104,6 +104,8 @@ provisioner:
104104 fact_caching : jsonfile
105105 fact_caching_connection : .ansible_cache
106106 fact_caching_timeout : 7200
107+ local_tmp : /tmp/.ansible/tmp
108+ remote_tmp : /tmp/.ansible/tmp
107109 ssh_connection :
108110 pipelining : true
109111 playbooks :
Original file line number Diff line number Diff line change @@ -113,6 +113,8 @@ provisioner:
113113 fact_caching : jsonfile
114114 fact_caching_connection : .ansible_cache
115115 fact_caching_timeout : 7200
116+ local_tmp : /tmp/.ansible/tmp
117+ remote_tmp : /tmp/.ansible/tmp
116118 ssh_connection :
117119 pipelining : true
118120 playbooks :
Original file line number Diff line number Diff line change @@ -99,6 +99,8 @@ provisioner:
9999 fact_caching : jsonfile
100100 fact_caching_connection : .ansible_cache
101101 fact_caching_timeout : 7200
102+ local_tmp : /tmp/.ansible/tmp
103+ remote_tmp : /tmp/.ansible/tmp
102104 ssh_connection :
103105 pipelining : true
104106 playbooks :
Original file line number Diff line number Diff line change @@ -53,6 +53,8 @@ provisioner:
5353 fact_caching : jsonfile
5454 fact_caching_connection : .ansible_cache
5555 fact_caching_timeout : 7200
56+ local_tmp : /tmp/.ansible/tmp
57+ remote_tmp : /tmp/.ansible/tmp
5658 ssh_connection :
5759 pipelining : true
5860 playbooks :
You can’t perform that action at this time.
0 commit comments