issue #174: reproduction.
parent
fa271fcc8e
commit
682a4ca8d4
@ -0,0 +1,9 @@
|
||||
---
|
||||
|
||||
- hosts: all
|
||||
gather_facts: false
|
||||
tasks:
|
||||
- name: add nginx ppa
|
||||
become: yes
|
||||
apt_repository: repo='ppa:nginx/stable' update_cache=yes
|
||||
|
Loading…
Reference in New Issue