From 6f633d91d1392b9f624c1f8c09147e33aa36339e Mon Sep 17 00:00:00 2001 From: Paul Lecuq Date: Tue, 15 Oct 2019 09:17:54 +0200 Subject: [PATCH] added .gitgnore --- .gitignore | 1 + bootstrap.yml | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) create mode 100644 .gitignore diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..2d50efe --- /dev/null +++ b/.gitignore @@ -0,0 +1 @@ +*.retry \ No newline at end of file diff --git a/bootstrap.yml b/bootstrap.yml index 9f7c8e2..ce5758a 100644 --- a/bootstrap.yml +++ b/bootstrap.yml @@ -3,7 +3,7 @@ become: true tasks: - name: Install software - pkg: + apt: name: "{{ item }}" state: present loop: