Commit 5b5e0359 authored by nanahira's avatar nanahira

fix

parent 0b04f289
......@@ -20,7 +20,7 @@
become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release == 'focal'
apt:
name: python-is-python3,
name: python-is-python3
- name: packages for non-focal
become: true
when: ansible_os_family == 'Debian' and ansible_distribution_release != 'focal'
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment