mirror of
https://github.com/geerlingguy/ansible-role-certbot.git
synced 2025-04-19 17:01:37 +02:00
Debug debian10 ci job
This commit is contained in:
parent
c9d3ac9f8d
commit
3a6307a0c4
@ -10,6 +10,8 @@
|
||||
pre_tasks:
|
||||
- name: Update apt cache.
|
||||
apt:
|
||||
name:
|
||||
- python3-apt
|
||||
update_cache: true
|
||||
cache_valid_time: 600
|
||||
when: ansible_os_family == 'Debian'
|
||||
@ -23,9 +25,14 @@
|
||||
state: present
|
||||
when: ansible_os_family == 'RedHat'
|
||||
|
||||
- name: Install cron (Debian).
|
||||
- name: Install dependencies (Debian).
|
||||
apt:
|
||||
name: cron
|
||||
name:
|
||||
- python3
|
||||
- python3-apt
|
||||
- python3-pip
|
||||
- python3-setuptools
|
||||
- cron
|
||||
state: present
|
||||
when: ansible_os_family == 'Debian'
|
||||
|
||||
|
@ -17,5 +17,7 @@ platforms:
|
||||
pre_build_image: true
|
||||
provisioner:
|
||||
name: ansible
|
||||
ansible_args:
|
||||
- -vvvv
|
||||
playbooks:
|
||||
converge: ${MOLECULE_PLAYBOOK:-converge.yml}
|
||||
|
Loading…
x
Reference in New Issue
Block a user