Skip to content
This repository was archived by the owner on Oct 10, 2023. It is now read-only.

Commit d56789e

Browse files
author
Alexander Lakhin
committed
Merge branch 'fix_playbook' into 'master'
Add in playbook gnutls-bin, gnupg from debian See merge request automation/pg-tests!1357
2 parents ff65713 + d389db7 commit d56789e

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests_install/playbook-prepare-env.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -363,7 +363,6 @@
363363
- gcc
364364
- gdb
365365
- sudo
366-
- gnutls-bin
367366
state: present
368367
update_cache: yes
369368
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu' or
@@ -390,6 +389,8 @@
390389
apt:
391390
name:
392391
- qemu-guest-agent
392+
- gnutls-bin
393+
- gnupg
393394
state: present
394395
update_cache: yes
395396
when: ansible_distribution == 'Debian' or ansible_distribution == 'Ubuntu'

0 commit comments

Comments
 (0)