Skip to content

Commit

Permalink
newer os
Browse files Browse the repository at this point in the history
  • Loading branch information
hexylena committed Jun 2, 2021
1 parent cd6e40c commit 0a8e5c2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 6 deletions.
7 changes: 2 additions & 5 deletions .travis.yml
@@ -1,15 +1,12 @@
---
dist: focal
language: python

matrix:
include:
- python: "3.8"

sudo: required

install:
# Install git
- sudo apt-get install git python3-venv python3-virtualenv
- sudo apt-get install git python3 python3-virtualenv

# Install Ansible
- pip3 install 'ansible<2.10'
Expand Down
2 changes: 1 addition & 1 deletion tests/test_playbook.yml
Expand Up @@ -27,6 +27,6 @@
ansible_user_id: "{{ lookup('env', 'USER') }}"
ansible_env:
PATH: "{{ lookup('env', 'PATH') }}"
pip_virtualenv_command: /usr/bin/python3 -m venv
pip_virtualenv_command: /usr/bin/python3 -m virtualenv
roles:
- role: ansible-galaxy

0 comments on commit 0a8e5c2

Please sign in to comment.