We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f368629 commit e42eb16Copy full SHA for e42eb16
install_files/ansible-base/securedrop-staging.yml
@@ -21,6 +21,15 @@
21
when: "'../../build/'+securedrop_staging_install_target_distro+'/'+item not in found_debs"
22
with_items: "{{ expected_debs }}"
23
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
+
33
- name: Add FPF apt repository and install base packages.
34
hosts: staging
35
max_fail_percentage: 0
0 commit comments