File tree Expand file tree Collapse file tree 3 files changed +27
-21
lines changed Expand file tree Collapse file tree 3 files changed +27
-21
lines changed Original file line number Diff line number Diff line change @@ -13,9 +13,10 @@ platforms:
1313 box_version : " ${MOLECULE_BOX_VERSION}"
1414 memory : 2048
1515 cpus : 4
16+ instance_raw_config_args :
17+ - " vm.boot_timeout = 600"
1618 config_options :
1719 synced_folder : false
18- boot_timeout : 300
1920provisioner :
2021 name : ansible
2122 playbooks :
Original file line number Diff line number Diff line change 4040
4141- name : Check for Command Line Tools in Software Update list
4242 shell : >
43+ set -o pipefail;
4344 softwareupdate -l |
4445 grep -B 1 -E 'Command Line Tools' |
4546 awk -F'*' '/^ +\*/ {print $2}' |
4647 sed 's/^ *//' |
4748 grep -iE '[0-9|.]' |
4849 sort |
4950 tail -n1
51+ args :
52+ executable : /bin/bash
5053 register : su_list
5154 when : pkg_info.rc != 0 or compiler.rc != 0 or not clt.stat.exists
5255 changed_when : false
Original file line number Diff line number Diff line change 1- ansible==2.7.2
2- ansible-lint==3.4.23
1+ ansible==2.7.7
2+ ansible-lint==4.1.0
33anyconfig==0.9.7
4- arrow==0.12 .1
4+ arrow==0.13 .1
55asn1crypto==0.24.0
6- atomicwrites==1.2.1
6+ atomicwrites==1.3.0
77attrs==18.2.0
88backports.functools-lru-cache==1.5
9- bcrypt==3.1.4
9+ bcrypt==3.1.6
1010binaryornot==0.4.4
1111Cerberus==1.2
12- certifi==2018.10.15
13- cffi==1.11.5
12+ certifi==2018.11.29
13+ cffi==1.12.1
1414chardet==3.0.4
1515click==6.7
1616click-completion==0.3.1
1717colorama==0.3.9
18- configparser==3.5.0
18+ configparser==3.7.1
1919cookiecutter==1.6.0
20- cryptography==2.4.2
20+ cryptography==2.5
2121enum34==1.1.6
2222fasteners==0.14.1
2323flake8==3.5.0
2424funcsigs==1.0.2
2525future==0.17.1
26- git-url-parse==1.1 .0
27- idna==2.7
26+ git-url-parse==1.2 .0
27+ idna==2.8
2828ipaddress==1.0.22
2929Jinja2==2.10
3030jinja2-time==0.2.0
3131MarkupSafe==1.1.0
3232mccabe==0.6.1
3333molecule==2.19.0
3434monotonic==1.5
35- more-itertools==4.3 .0
35+ more-itertools==5.0 .0
3636paramiko==2.4.2
37- pathlib2==2.3.2
37+ pathlib2==2.3.3
3838pathspec==0.5.9
3939pbr==4.1.0
4040pexpect==4.6.0
41- pluggy==0.8.0
41+ pluggy==0.8.1
4242poyo==0.4.2
4343psutil==5.4.6
4444ptyprocess==0.6.0
4545py==1.7.0
46- pyasn1==0.4.4
46+ pyasn1==0.4.5
4747pycodestyle==2.3.1
4848pycparser==2.19
4949pyflakes==1.6.0
5050PyNaCl==1.3.0
51- pytest==4.0 .1
52- python-dateutil==2.7.5
51+ pytest==4.2 .1
52+ python-dateutil==2.8.0
5353python-gilt==1.2.1
5454python-vagrant==0.5.15
55- PyYAML==3.13
56- requests==2.20.1
55+ PyYAML==4.2b4
56+ requests==2.21.0
57+ ruamel.ordereddict==0.4.13
58+ ruamel.yaml==0.15.88
5759scandir==1.9.0
5860sh==1.12.14
5961six==1.11.0
@@ -62,4 +64,4 @@ testinfra==1.16.0
6264tree-format==0.1.2
6365urllib3==1.24.1
6466whichcraft==0.5.2
65- yamllint==1.11.1
67+ yamllint==1.15.0
You can’t perform that action at this time.
0 commit comments