Fix typo in ansible's module name.

Typo in ansible's module name causes issue during upgrade:
  "reason": "no action detected in task. This often indicates
  a misspelled module name, or incorrect module path.

Change-Id: Ia7accc61337464e5242eccbc0d385327de993c5f
This commit is contained in:
Yurii Prokulevych 2018-09-13 13:34:47 +02:00
parent 2c73ce5bb9
commit 3a88c871b3
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ outputs:
- os_net_config_has_config.rc == 0
- name: Update all packages
when: step|int == 3
pacakge: name=* state=latest
package: name=* state=latest
update_tasks:
- name: Check for existing yum.pid
stat: path=/var/run/yum.pid