Skip to content

Commit

Permalink
Install collection from galaxy, fix typo, do not install ansible via …
Browse files Browse the repository at this point in the history
…apt-get
  • Loading branch information
zhan9san committed Mar 17, 2023
1 parent 8867bd3 commit 87b05f8
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 8 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,12 +44,6 @@ jobs:
with:
fetch-depth: 0 # needed by setuptools-scm

- name: Install system dependencies
run: |
sudo apt-get update \
&& sudo apt-get install -y ansible \
&& ansible-doc -l | grep gce
- name: Install Python
uses: actions/setup-python@v4
with:
Expand Down
1 change: 0 additions & 1 deletion test/gce/scenarios/linux/requirements.yml
Original file line number Diff line number Diff line change
@@ -1,3 +1,2 @@
collections:
- name: google.cloud
source: https://github.com/ansible-collections/google.cloud
2 changes: 1 addition & 1 deletion test/vagrant/scenarios/molecule/default-compat/destroy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,5 +36,5 @@
# Molecule managed
{{ instance_conf | to_json | from_json | to_yaml }}
dest: "{{ molecule_instance_config }}"
mode: ":0600"
mode: "0600"
when: server.changed | bool

0 comments on commit 87b05f8

Please sign in to comment.