mirror of
https://github.com/iiab/iiab.git
synced 2025-02-15 04:32:11 +00:00
0-init - name the task for travis
This commit is contained in:
parent
40994e9a3a
commit
0ce8ed1bc8
1 changed files with 2 additions and 3 deletions
|
@ -20,13 +20,12 @@
|
||||||
- name: Re-read local_facts.facts from /etc/ansible/facts.d
|
- name: Re-read local_facts.facts from /etc/ansible/facts.d
|
||||||
setup: filter=ansible_local
|
setup: filter=ansible_local
|
||||||
|
|
||||||
# set top level variables from local facts for convenience
|
- name: Set top level variables from local facts for convenience
|
||||||
- set_fact:
|
set_fact:
|
||||||
xo_model: '{{ ansible_local.local_facts.xo_model }}'
|
xo_model: '{{ ansible_local.local_facts.xo_model }}'
|
||||||
phplib_dir: '{{ ansible_local.local_facts.phplib_dir }}'
|
phplib_dir: '{{ ansible_local.local_facts.phplib_dir }}'
|
||||||
iiab_stage: '{{ ansible_local.local_facts.stage }}'
|
iiab_stage: '{{ ansible_local.local_facts.stage }}'
|
||||||
|
|
||||||
# Networking uses a different file for the rpi
|
|
||||||
- name: Discover if this is running Raspbian -- if so assume it is a RPi
|
- name: Discover if this is running Raspbian -- if so assume it is a RPi
|
||||||
set_fact:
|
set_fact:
|
||||||
rpi_model: "rpi"
|
rpi_model: "rpi"
|
||||||
|
|
Loading…
Reference in a new issue