We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4098dd5 commit 698a03dCopy full SHA for 698a03d
ansible/inventory
ansible/install-apps.yml renamed to install-apps.yml
@@ -12,8 +12,8 @@
12
repo: "{{ item }}"
13
state: present
14
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"
+ - deb [arch=amd64] https://dl.google.com/linux/chrome/deb/ stable main
+ - deb http://dl.google.com/linux/chrome/deb/ stable main
17
- name: Install apps
18
apt:
19
update_cache: yes
inventory
@@ -0,0 +1,3 @@
1
+[target]
2
+
3
+10.0.2.15 ansible_connection=ssh
0 commit comments