mirror of
https://github.com/geerlingguy/ansible-role-nginx.git
synced 2025-02-12 00:31:47 +01:00
Resolve some tiny ansible-lint issues.
This commit is contained in:
parent
695e0dc519
commit
e34b300d58
@ -1,6 +1,7 @@
|
||||
---
|
||||
- name: Update pkg cache.
|
||||
shell: pkg update -f
|
||||
command: pkg update -f
|
||||
tags: ['skip_ansible_lint']
|
||||
|
||||
- name: Ensure nginx is installed.
|
||||
pkgng:
|
||||
|
@ -12,3 +12,4 @@
|
||||
name: nginx
|
||||
state: absent
|
||||
when: nginx_ppa_added.changed
|
||||
tags: ['skip_ansible_lint']
|
||||
|
Loading…
Reference in New Issue
Block a user