Commit dda33d37 by ansible

no message

1 parent 4ddf4be0
Showing with 1 additions and 1 deletions
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
become: true become: true
tasks: tasks:
- name: Install required packages - name: Install required packages
apt: name={{ item }} state=present apt: name={{ item }} state=present update_cache: yes
with_items: with_items:
- sysstat - sysstat
- gnuplot - gnuplot
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!