fix ansible_pkg_manager -> ansible_pkg_mgr
Signed-off-by: Adam Miller <admiller@redhat.com>
This commit is contained in:
parent
79a170bfb0
commit
a5c41484a2
1 changed files with 2 additions and 2 deletions
|
@ -2,10 +2,10 @@
|
|||
# tasks file for docker-distribution-proxy
|
||||
#
|
||||
- name: Make sure httpd is installed
|
||||
action: "{{ ansible_pkg_manager }} name=httpd state=installed"
|
||||
action: "{{ ansible_pkg_mgr }} name=httpd state=installed"
|
||||
|
||||
- name: Make sure mod_ssl is installed
|
||||
action: "{{ ansible_pkg_manager }} name=mod_ssl state=installed"
|
||||
action: "{{ ansible_pkg_mgr }} name=mod_ssl state=installed"
|
||||
|
||||
- name: ensure pki destination directory exists
|
||||
file:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue