Actualiser playbook.yml
This commit is contained in:
10
playbook.yml
10
playbook.yml
@@ -5,10 +5,10 @@
|
||||
vars:
|
||||
test_var: test
|
||||
tasks:
|
||||
# - name: Update apt packages
|
||||
# apt:
|
||||
# upgrade: true
|
||||
# update_cache: true
|
||||
- name: Print the gateway for each host when defined
|
||||
debug:
|
||||
msg: "test inside {{ test_var }}"
|
||||
msg: "test inside {{ test_var }}"
|
||||
- name: Update apt packages
|
||||
apt:
|
||||
upgrade: true
|
||||
update_cache: true
|
||||
Reference in New Issue
Block a user