Skip to content

Commit e42eb16

Browse files
committed
Adds prepare-servers to staging playbook
(cherry picked from commit f7b97e3)
1 parent f368629 commit e42eb16

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

install_files/ansible-base/securedrop-staging.yml

+9
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,15 @@
2121
when: "'../../build/'+securedrop_staging_install_target_distro+'/'+item not in found_debs"
2222
with_items: "{{ expected_debs }}"
2323

24+
- name: Prepare servers for installation
25+
hosts: staging
26+
gather_facts: no
27+
max_fail_percentage: 0
28+
any_errors_fatal: yes
29+
become: yes
30+
roles:
31+
- { role: prepare-servers }
32+
2433
- name: Add FPF apt repository and install base packages.
2534
hosts: staging
2635
max_fail_percentage: 0

0 commit comments

Comments
 (0)