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: