Skip to content

Commit 698a03d

Browse files
committed
Moved ansible files in the root of the repo
1 parent 4098dd5 commit 698a03d

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ansible/inventory

Lines changed: 0 additions & 3 deletions
This file was deleted.

ansible/install-apps.yml renamed to install-apps.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@
1212
repo: "{{ item }}"
1313
state: present
1414
loop:
15-
- "deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main"
16-
- "deb http://dl.google.com/linux/chrome/deb/ stable main"
15+
- deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
16+
- deb http://dl.google.com/linux/chrome/deb/ stable main
1717
- name: Install apps
1818
apt:
1919
update_cache: yes

inventory

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,3 @@
1+
[target]
2+
3+
10.0.2.15 ansible_connection=ssh

0 commit comments

Comments
 (0)