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.
1 parent 53a5c95 commit fe32888Copy full SHA for fe32888
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"
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