diff options
| author | Kevin Fenzi <kevin@scrye.com> | 2016-01-06 21:58:31 +0000 |
|---|---|---|
| committer | Kevin Fenzi <kevin@scrye.com> | 2016-01-06 21:58:31 +0000 |
| commit | f0c80375b54ac5aa24463f60893803e393a56f7d (patch) | |
| tree | f585b4d2de548370d995cda28b442657a25619cc /roles/ipsilon/tasks | |
| parent | 5c0cca432b56ca34eeb9e87c3df92f52da87576b (diff) | |
| download | ansible-f0c80375b54ac5aa24463f60893803e393a56f7d.tar.gz ansible-f0c80375b54ac5aa24463f60893803e393a56f7d.tar.xz ansible-f0c80375b54ac5aa24463f60893803e393a56f7d.zip | |
Remove action: in all roles.
Diffstat (limited to 'roles/ipsilon/tasks')
| -rw-r--r-- | roles/ipsilon/tasks/main.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roles/ipsilon/tasks/main.yml b/roles/ipsilon/tasks/main.yml index 3f66e1801..0abaf9985 100644 --- a/roles/ipsilon/tasks/main.yml +++ b/roles/ipsilon/tasks/main.yml @@ -119,7 +119,7 @@ when: env == "staging" - name: set sebooleans so ipsilon can talk to the db - action: seboolean name=httpd_can_network_connect_db + seboolean: name=httpd_can_network_connect_db state=true persistent=true |
