Lint the lampstack apply role

- Homogenize module usage (= vs :)

Change-Id: I8f6afd000f1d304bbc05ddab248b40705ff22775
This commit is contained in:
David Moreau-Simard 2016-11-05 11:02:37 -04:00
parent dc46a8c64d
commit b6283002b0
1 changed files with 2 additions and 1 deletions

View File

@ -1,6 +1,7 @@
---
- name: Get start timestamp
set_fact: starttime="{{ ansible_date_time }}"
set_fact:
starttime: "{{ ansible_date_time }}"
- name: Retrieve specified flavor
os_flavor_facts: