Skip to content

Commit 7b7cb0e

Browse files
authored
Optimize CI (#112)
Install collection from galaxy, fix typo, do not install ansible via apt-get
1 parent 8867bd3 commit 7b7cb0e

File tree

3 files changed

+1
-8
lines changed

3 files changed

+1
-8
lines changed

.github/workflows/tox.yml

Lines changed: 0 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,6 @@ jobs:
4444
with:
4545
fetch-depth: 0 # needed by setuptools-scm
4646

47-
- name: Install system dependencies
48-
run: |
49-
sudo apt-get update \
50-
&& sudo apt-get install -y ansible \
51-
&& ansible-doc -l | grep gce
52-
5347
- name: Install Python
5448
uses: actions/setup-python@v4
5549
with:
Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,2 @@
11
collections:
22
- name: google.cloud
3-
source: https://github.com/ansible-collections/google.cloud

test/vagrant/scenarios/molecule/default-compat/destroy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,5 +36,5 @@
3636
# Molecule managed
3737
{{ instance_conf | to_json | from_json | to_yaml }}
3838
dest: "{{ molecule_instance_config }}"
39-
mode: ":0600"
39+
mode: "0600"
4040
when: server.changed | bool

0 commit comments

Comments
 (0)