projects
/
noc.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d4fe54d
)
vm-update: Gather facts before running vm/network
author
nicoo
<nicoo@realraum.at>
Tue, 29 Jan 2019 14:00:37 +0000
(15:00 +0100)
committer
nicoo
<nicoo@realraum.at>
Tue, 29 Jan 2019 14:00:37 +0000
(15:00 +0100)
That role needs the fact `ansible_distribution` & such.
ansible/vm-update.yml
patch
|
blob
|
history
diff --git
a/ansible/vm-update.yml
b/ansible/vm-update.yml
index
6c5eab0
..
b40e06d
100644
(file)
--- a/
ansible/vm-update.yml
+++ b/
ansible/vm-update.yml
@@
-18,7
+18,6
@@
- name: Update network configuration & shutdown VM
hosts: "{{ hostname }}"
- gather_facts: no
roles:
- vm/network