Skip to content

Commit ffbff38

Browse files
Explicitly specify codename (#19)
Ignoring failing tests for now, those will be addressed in #20
1 parent 43f0993 commit ffbff38

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

tasks/main.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,15 @@
1717
name: dirmngr
1818
state: present
1919

20+
- name: Debug ansible_distribution_release
21+
debug:
22+
var: ansible_distribution_release
23+
2024
- name: Add ondrej repo to allow multiple PHP versions
2125
apt_repository:
2226
repo: "ppa:ondrej/php"
2327
update_cache: yes
28+
codename: "{{ ansible_distribution_release }}"
2429

2530
- name: Debug php_versions
2631
debug:

0 commit comments

Comments
 (0)