added .gitgnore
This commit is contained in:
parent
71f7a14fd0
commit
6f633d91d1
1
.gitignore
vendored
Normal file
1
.gitignore
vendored
Normal file
@ -0,0 +1 @@
|
|||||||
|
*.retry
|
@ -3,7 +3,7 @@
|
|||||||
become: true
|
become: true
|
||||||
tasks:
|
tasks:
|
||||||
- name: Install software
|
- name: Install software
|
||||||
pkg:
|
apt:
|
||||||
name: "{{ item }}"
|
name: "{{ item }}"
|
||||||
state: present
|
state: present
|
||||||
loop:
|
loop:
|
||||||
|
Loading…
Reference in New Issue
Block a user