Refactor CI pipelien and enable molecule testing #1
@ -1,7 +1,7 @@
|
|||||||
---
|
---
|
||||||
- block:
|
- block:
|
||||||
- name: Add nginx repository
|
- name: Add nginx repository
|
||||||
yum_repository:
|
yum_repository:
|
||||||
name: nginx
|
name: nginx
|
||||||
file: nginx
|
file: nginx
|
||||||
description: NGINX High Performance Web Server
|
description: NGINX High Performance Web Server
|
||||||
@ -11,7 +11,7 @@
|
|||||||
when: nginx_official_repo_enabled
|
when: nginx_official_repo_enabled
|
||||||
|
|
||||||
- name: Installing nginx
|
- name: Installing nginx
|
||||||
package:
|
packages:
|
||||||
name: nginx
|
name: nginx
|
||||||
state: present
|
state: present
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user