diff options
author | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-19 10:37:16 +0200 |
---|---|---|
committer | Trygve Laugstøl <trygvis@inamo.no> | 2019-09-19 10:37:16 +0200 |
commit | 2551f4cf7bf226c031091b1e55a4f61be243494d (patch) | |
tree | 4975568bb5d4f263011a1a8eed9654e39794631b | |
parent | b296d7987e5558b11bdf16dced7b1f139bea0499 (diff) | |
download | infra-2551f4cf7bf226c031091b1e55a4f61be243494d.tar.gz infra-2551f4cf7bf226c031091b1e55a4f61be243494d.tar.bz2 infra-2551f4cf7bf226c031091b1e55a4f61be243494d.tar.xz infra-2551f4cf7bf226c031091b1e55a4f61be243494d.zip |
apt-repos: Removing duplicate 'state' field.
-rw-r--r-- | ansible/group_vars/all/apt-repos.yml | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ansible/group_vars/all/apt-repos.yml b/ansible/group_vars/all/apt-repos.yml index 6d52c81..9938634 100644 --- a/ansible/group_vars/all/apt-repos.yml +++ b/ansible/group_vars/all/apt-repos.yml @@ -76,7 +76,6 @@ apt_repos: state: "{{ apt_repos_spotify_state | default('absent') }}" nodesource: - state: absent url: https://deb.nodesource.com/node_8.x distro: sid sections: main |