We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 53a5c95 + c07792d commit 373ab3aCopy full SHA for 373ab3a
tasks/main.yml
@@ -2,10 +2,14 @@
2
- import_tasks: prerequisites/install-prerequisites.yml
3
4
- import_tasks: keys/apt-key.yml
5
- when: ansible_os_family == "Debian"
+ when:
6
+ - ansible_os_family == "Debian"
7
+ - nginx_install_from == "nginx_repository" or nginx_amplify_enable or nginx_controller_enable or nginx_unit_enable
8
9
- import_tasks: keys/rpm-key.yml
- when: ansible_os_family == "RedHat" or ansible_os_family == "Suse"
10
11
+ - ansible_os_family == "RedHat" or ansible_os_family == "Suse"
12
13
14
- name: "(Install: Debian/Ubuntu/CentOS/RedHat/FreeBSD) Install NGINX"
15
block:
0 commit comments