File tree Expand file tree Collapse file tree 11 files changed +19
-13
lines changed
Expand file tree Collapse file tree 11 files changed +19
-13
lines changed Original file line number Diff line number Diff line change 3232 sudo apt-get update
3333 sudo apt-get install ansible -y
3434 pip3 install ansible molecule[docker] docker
35-
35+
3636 - name : ' Run molecule on the ${{ matrix.node }}'
3737 if : ${{ github.event.label.name == 'molecule' }}
3838 run : |
4141 cat file.txt >> $GITHUB_ENV
4242 echo 'EOF' >> $GITHUB_ENV
4343 id : ls
44-
44+
4545 - name : ' PR Comment'
4646 uses : actions-ecosystem/action-create-comment@v1
4747 with :
Original file line number Diff line number Diff line change 11# ignored files
22.idea
33* .iml
4- * .zip
4+ * .zip
Original file line number Diff line number Diff line change 22repos :
33
44 - repo : https://github.com/pre-commit/pre-commit-hooks.git
5- rev : v2.2.3
5+ rev : v3.3.0
66 hooks :
77 - id : end-of-file-fixer
88 - id : trailing-whitespace
1515 - id : check-added-large-files
1616
1717 - repo : https://github.com/ansible/ansible-lint.git
18- rev : v4.1.0
18+ rev : v4.3.7
1919 hooks :
2020 - id : ansible-lint
2121 files : \.(yaml|yml)$
Original file line number Diff line number Diff line change @@ -18,6 +18,12 @@ galaxy_info:
1818 - trusty
1919 - xenial
2020 - bionic
21+ - name : CentOS
22+ versions :
23+ - 7
24+ - name : Amazonlinux
25+ versions :
26+ - 2
2127 - name : EL
2228 versions :
2329 galaxy_tags :
@@ -27,3 +33,4 @@ galaxy_info:
2733 - ubuntu
2834 - cenos
2935 - linux
36+ - amazonlinux
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ RUN systemctl set-default multi-user.target
2525ENV init /lib/systemd/systemd
2626VOLUME [ "/sys/fs/cgroup" ]
2727
28- ENTRYPOINT ["/lib/systemd/systemd"]
28+ ENTRYPOINT ["/lib/systemd/systemd"]
Original file line number Diff line number Diff line change @@ -25,4 +25,4 @@ RUN systemctl set-default multi-user.target
2525ENV init /lib/systemd/systemd
2626VOLUME [ "/sys/fs/cgroup" ]
2727
28- ENTRYPOINT ["/lib/systemd/systemd"]
28+ ENTRYPOINT ["/lib/systemd/systemd"]
Original file line number Diff line number Diff line change @@ -18,7 +18,7 @@ RUN apt-get update -qq && apt-get install -qqy \
1818 ca-certificates \
1919 curl \
2020 lxc
21-
21+
2222# Install Docker from Docker Inc. repositories.
2323RUN curl -sSL https://get.docker.com/ | sh
2424
@@ -44,4 +44,4 @@ RUN systemctl set-default multi-user.target
4444ENV init /lib/systemd/systemd
4545VOLUME [ "/sys/fs/cgroup" ]
4646
47- ENTRYPOINT ["/lib/systemd/systemd"]
47+ ENTRYPOINT ["/lib/systemd/systemd"]
Original file line number Diff line number Diff line change @@ -54,4 +54,3 @@ scenario:
5454 - verify
5555 - cleanup
5656 - destroy
57-
Original file line number Diff line number Diff line change 11---
22- name : Converge
33 hosts : all
4-
4+
55 vars :
66 example_test_var : " Nothing_to_see_here"
77
Original file line number Diff line number Diff line change @@ -49,4 +49,4 @@ memory_limit = -1
4949;
5050upload_max_filesize = 20M
5151post_max_size = 21M
52- max_input_vars = 5000
52+ max_input_vars = 5000
You can’t perform that action at this time.
0 commit comments